Skip to content

Commit

Permalink
DOC update README and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jun 9, 2020
1 parent ffabce0 commit 2a0376e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The dependency requirements are based on the last scikit-learn release:

* scipy(>=0.19.1)
* numpy(>=1.13.3)
* scikit-learn(>=0.22)
* scikit-learn(>=0.23)
* joblib(>=0.11)
* keras 2 (optional)
* tensorflow (optional)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.11
scipy>=0.17
scikit-learn>=0.22
scikit-learn>=0.23
joblib>=0.11

0 comments on commit 2a0376e

Please sign in to comment.