diff --git a/setup.py b/setup.py index 6ba091c..4ba8070 100644 --- a/setup.py +++ b/setup.py @@ -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,