Skip to content

Commit

Permalink
Merge pull request #6 from dmikushin/master
Browse files Browse the repository at this point in the history
The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands
  • Loading branch information
erdogant authored Oct 17, 2023
2 parents a8d150b + 3ec51be commit 5e5c832
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 @@ -13,7 +13,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
install_requires=['wget','matplotlib','numpy','pandas','svgpathtools','colourmap','tqdm','rapidfuzz','sklearn','seaborn'],
install_requires=['wget','matplotlib','numpy','pandas','svgpathtools','colourmap','tqdm','rapidfuzz','scikit-learn','seaborn'],
python_requires='>=3',
name='worldmap',
version=new_version,
Expand Down

0 comments on commit 5e5c832

Please sign in to comment.