Skip to content

Commit

Permalink
Merge pull request #57 from dobraczka/56-remove-sklearn
Browse files Browse the repository at this point in the history
Remove deprecated sklearn dependency
  • Loading branch information
kajocina authored Dec 16, 2022
2 parents ce492dd + a7caa1f commit fef3b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/requirements_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ tqdm
numpy
sphinx==4.0.2
sphinx_rtd_theme==0.5.2
sklearn
scikit-learn
scipy
pandas
six
nbsphinx
nbsphinx_link
jupyter-sphinx
jupyter-sphinx
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

install_requires = ["numpy", "sklearn", "pandas", "scipy", "scikit-learn"]
install_requires = ["numpy", "pandas", "scipy", "scikit-learn"]

setup_requires = ["pytest-runner"]

Expand Down

0 comments on commit fef3b1a

Please sign in to comment.