Skip to content

Commit a125622

Browse files
Update setup.py
Change packages required for install
1 parent 962673c commit a125622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
# "tqdm >= 4.24.0",
9494
# "nose"
9595
# ],
96-
install_requires=["numpy==1.20.1", "scipy", "sklearn", "numba"],
96+
install_requires=["numpy==1.22.0", "scipy", "scikit-learn", "numba"],
9797
#setup_requires=['pybind11','pytest-runner'],
9898
tests_require=['pytest'],
9999
#extras_require={"test": "pytest"},
@@ -104,4 +104,4 @@
104104
# "Operating System :: OS Independent",
105105
#],
106106
zip_safe=False
107-
)
107+
)

0 commit comments

Comments
 (0)