Skip to content

Commit

Permalink
Adding numpy restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnanPrash committed Jun 5, 2024
1 parent 7752666 commit 97c32ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ def get_tag(self):
zip_safe=False,
cmdclass={"bdist_wheel": bdist_wheel},
data_files=data_files,
install_requires=["numpy"],
install_requires=["numpy<2"],
extras_require={"GPU": gpu_extras, "test": test_extras, "all": all_extras},
)

0 comments on commit 97c32ce

Please sign in to comment.