Skip to content

Commit

Permalink
Merge pull request #117 from echemdata/ml-evs/pin-numpy
Browse files Browse the repository at this point in the history
Add upper numpy pin
  • Loading branch information
ml-evs authored Jul 12, 2024
2 parents 3c904db + 79e3df0 commit d33c6f7
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 d33c6f7

Please sign in to comment.