Skip to content

Commit

Permalink
fix(install): remove deprecated dependency sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
felixchalumeau authored Dec 7, 2022
1 parent fc0ad78 commit f366797
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ protobuf==3.19.4
scikit-learn==1.0.2
scipy==1.8.0
seaborn==0.11.2
sklearn==0.0
tensorflow-probability==0.15.0
typing-extensions==4.3.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"numpy>=1.22.3",
"scikit-learn>=1.0.2",
"scipy>=1.8.0",
"sklearn",
],
dependency_links=[
"https://storage.googleapis.com/jax-releases/jax_releases.html",
Expand Down

0 comments on commit f366797

Please sign in to comment.