diff --git a/setup.py b/setup.py index 4b71f76..10ded66 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ # "tqdm >= 4.24.0", # "nose" # ], - install_requires=["numpy==1.20.1", "scipy", "sklearn", "numba"], + install_requires=["numpy==1.22.0", "scipy", "scikit-learn", "numba"], #setup_requires=['pybind11','pytest-runner'], tests_require=['pytest'], #extras_require={"test": "pytest"}, @@ -104,4 +104,4 @@ # "Operating System :: OS Independent", #], zip_safe=False -) \ No newline at end of file +)