Skip to content

Commit 2a0376e

Browse files
committed
DOC update README and requirements
1 parent ffabce0 commit 2a0376e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The dependency requirements are based on the last scikit-learn release:
5454

5555
* scipy(>=0.19.1)
5656
* numpy(>=1.13.3)
57-
* scikit-learn(>=0.22)
57+
* scikit-learn(>=0.23)
5858
* joblib(>=0.11)
5959
* keras 2 (optional)
6060
* tensorflow (optional)

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy>=1.11
22
scipy>=0.17
3-
scikit-learn>=0.22
3+
scikit-learn>=0.23
44
joblib>=0.11

0 commit comments

Comments
 (0)