Skip to content

Commit

Permalink
Add upper numpy pin
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jul 12, 2024
1 parent 3c904db commit 79e3df0
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 @@ -36,6 +36,6 @@
],
},
python_requires=">=3.6",
install_requires=["numpy"],
install_requires=["numpy<2"],
tests_require=["pytest"],
)

0 comments on commit 79e3df0

Please sign in to comment.