Skip to content

Commit

Permalink
[Fix][dev-1.x] sklearn depreated, install scikit-learn (#659)
Browse files Browse the repository at this point in the history
* [Fix] sklearn depreated, install scikit-learn

* lint

* fix sklearn
  • Loading branch information
nijkah authored Dec 15, 2022
1 parent 22320aa commit 529fb00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
imagecorruptions
scikit-learn
scipy
sklearn
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kwarray
matplotlib
parameterized
pytest
sklearn
scikit-learn
ubelt
wheel
xdoctest>=0.10.0
Expand Down

0 comments on commit 529fb00

Please sign in to comment.