We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a7b1d commit 2c07970Copy full SHA for 2c07970
requirements.txt
@@ -4,7 +4,7 @@ nose
4
six
5
Cython
6
7
-numpy>=1.9.0<=1.14.5
+numpy<=1.9.0>=1.14.5
8
scipy>=0.14.1
9
10
scikit-learn>=0.19,<0.20
setup.py
@@ -36,7 +36,7 @@
36
"six",
37
"Cython",
38
# Numpy version of higher than 1.14.5 causes libgcc_s.so.1 error.
39
- "numpy>=1.9.0<=1.14.5",
+ "numpy<=1.9.0>=1.14.5",
40
"scipy>=0.14.1",
41
"scikit-learn>=0.19,<0.20",
42
"lockfile",
0 commit comments