Skip to content

Commit

Permalink
Restrict numpy version to less than 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseMckinzie committed Jun 25, 2024
1 parent 8908c90 commit a9743bf
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 @@ -104,6 +104,6 @@ def build_extension(self, ext):
zip_safe=False,
python_requires=">=3.8",
install_requires=[
"numpy",
"numpy<2.0.0",
],
)

0 comments on commit a9743bf

Please sign in to comment.