We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4051f commit f40e654Copy full SHA for f40e654
requirements.txt
@@ -1,4 +1,4 @@
1
-numpy>=1.11
2
-scipy>=0.17
3
-scikit-learn>=0.23
+numpy>=1.13.3
+scipy>=0.19.1
+scikit-learn>=0.24
4
joblib>=0.11
setup.py
@@ -38,7 +38,7 @@
38
INSTALL_REQUIRES = [
39
'numpy>=1.13.3',
40
'scipy>=0.19.1',
41
- 'scikit-learn>=0.23',
+ 'scikit-learn>=0.24',
42
'joblib>=0.11'
43
]
44
EXTRAS_REQUIRE = {
0 commit comments