Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Require scikit-learn for all installations for now.
  • Loading branch information
zach401 committed Feb 18, 2021
1 parent 6f73eba commit bd266b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"requests",
"pytz",
"typing_extensions",
"scikit-learn"
],
extras_require={"all": ["scikit-learn"], "scikit-learn": ["scikit-learn"]},
)

0 comments on commit bd266b0

Please sign in to comment.