diff --git a/requirements.txt b/requirements.txt index 3d84c931..5ea2adb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index d98335b7..ce97554c 100644 --- a/setup.py +++ b/setup.py @@ -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",