Skip to content

Commit

Permalink
Fix version of scipy and numpy.
Browse files Browse the repository at this point in the history
There seems to be compatibility issues with scipy 1.0
  • Loading branch information
keileg committed Mar 20, 2018
1 parent e9bb129 commit 78173a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
meshio >= 1.11.7
networkx >= 1.10
numpy >= 1.10
scipy >= 0.17
numpy >= 1.13
scipy >= 0.17,<1.0
sympy >= 1.0
matplotlib >= 1.0
pymetis >= 2016.2;platform_system=="Linux"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
meshio >= 1.11.7
networkx >= 1.10
numpy >= 1.10
scipy >= 0.17
numpy >= 1.13
scipy >= 0.17,<1.0
sympy >= 1.0
matplotlib >= 1.0
future
Expand Down

0 comments on commit 78173a7

Please sign in to comment.