Skip to content

Commit

Permalink
Merge pull request #37 from FelixMoeller3/FelixMoeller3-patch-1
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
vishkaush authored Apr 25, 2023
2 parents 962673c + a125622 commit 13f8426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand All @@ -104,4 +104,4 @@
# "Operating System :: OS Independent",
#],
zip_safe=False
)
)

0 comments on commit 13f8426

Please sign in to comment.