Skip to content
Snippets Groups Projects
Commit 2dfe28b0 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Change requirements for pystencils_autodiff

parent c6a3bc29
Branches
Tags
No related merge requests found
...@@ -32,7 +32,8 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0 ...@@ -32,7 +32,8 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0
# Add here dependencies of your project (semicolon/line-separated), e.g. # Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires = install_requires =
numpy numpy
pystencils>=0.2.7 pystencils>=0.2.8
sympy>=0.5 # lower sympy version will have problems with a bug in floor when using interpolation
jinja2 jinja2
tqdm tqdm
p_tqdm # for parallel compilation in tensorflow_jit p_tqdm # for parallel compilation in tensorflow_jit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment