Skip to content

Commit

Permalink
Numpy version was numpy>=1.15,<1.16 because 1.16 had bugs, but 1.16.2…
Browse files Browse the repository at this point in the history
… solved them, so dropping the <1.16 part
  • Loading branch information
w4nderlust committed Mar 22, 2019
1 parent 2c481f0 commit a884860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
Cython>=0.25
h5py>=2.6
matplotlib>=3.0
numpy>=1.15,<1.16
numpy>=1.15
pandas>=0.19
scipy>=0.18
scikit-image==0.14.2
Expand Down

0 comments on commit a884860

Please sign in to comment.