Skip to content

Commit

Permalink
Set package version limits to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Jun 26, 2024
1 parent 0d784a9 commit 37d4b60
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", "scipy", "tqdm", "powerlaw"],
install_requires=["numpy<=1.26", "scipy<=1.13", "tqdm", "powerlaw"],
extras_require={"tests": ["pytest", "pytest-pep8", "pytest-xdist", "pytest-cov", "Flask"]},
cmdclass=cmdclass,
packages=find_packages(),
Expand Down

0 comments on commit 37d4b60

Please sign in to comment.