Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
sklearn is deprecated and scikit-learn is already in requirements
  • Loading branch information
sergeyplis authored Feb 8, 2024
1 parent de955dc commit a33514c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['pandas', 'sklearn', 'numpy', 'matplotlib'],
install_requires=['pandas', 'numpy', 'matplotlib'],

)

0 comments on commit a33514c

Please sign in to comment.