Skip to content

Commit

Permalink
Merge pull request #131 from mplemay/main
Browse files Browse the repository at this point in the history
switched depreciated dependency sklearn -> scikit-learn
  • Loading branch information
felixchalumeau authored Dec 6, 2022
2 parents fc0ad78 + 19f2f90 commit b9183d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ protobuf==3.19.4
scikit-learn==1.0.2
scipy==1.8.0
seaborn==0.11.2
sklearn==0.0
scikit-learn==1.0.2
tensorflow-probability==0.15.0
typing-extensions==4.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"numpy>=1.22.3",
"scikit-learn>=1.0.2",
"scipy>=1.8.0",
"sklearn",
"scikit-learn",
],
dependency_links=[
"https://storage.googleapis.com/jax-releases/jax_releases.html",
Expand Down

0 comments on commit b9183d5

Please sign in to comment.