Skip to content

Commit

Permalink
Change upperbound limit of numpy to < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Jun 26, 2024
1 parent 37d4b60 commit d2cdbc4
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 @@ -343,7 +343,7 @@ def run(self):
"recommendation",
],
ext_modules=extensions,
install_requires=["numpy<=1.26", "scipy<=1.13", "tqdm", "powerlaw"],
install_requires=["numpy<2.0.0", "scipy<=1.13.1", "tqdm", "powerlaw"],
extras_require={"tests": ["pytest", "pytest-pep8", "pytest-xdist", "pytest-cov", "Flask"]},
cmdclass=cmdclass,
packages=find_packages(),
Expand Down

0 comments on commit d2cdbc4

Please sign in to comment.