We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffabce0 commit 2a0376eCopy full SHA for 2a0376e
README.rst
@@ -54,7 +54,7 @@ The dependency requirements are based on the last scikit-learn release:
54
55
* scipy(>=0.19.1)
56
* numpy(>=1.13.3)
57
-* scikit-learn(>=0.22)
+* scikit-learn(>=0.23)
58
* joblib(>=0.11)
59
* keras 2 (optional)
60
* tensorflow (optional)
requirements.txt
@@ -1,4 +1,4 @@
1
numpy>=1.11
2
scipy>=0.17
3
-scikit-learn>=0.22
+scikit-learn>=0.23
4
joblib>=0.11
0 commit comments