Skip to content

Commit

Permalink
Merge pull request #235 from zdelrosario/fix_numpy_ver
Browse files Browse the repository at this point in the history
fix bin incompatibility ValueError from numpy 2.0
  • Loading branch information
zdelrosario authored Aug 1, 2024
2 parents 4b7209f + 6c6800e commit 46b1abd
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 @@ -31,7 +31,7 @@
python_requires=">=3.8, <3.10",
install_requires=[
"matplotlib",
"numpy>=1.15",
"numpy>=1.15,<2.0",
"scipy>=1.10",
"pandas<=1.5.3",
"plotnine>=0.8.0",
Expand Down

0 comments on commit 46b1abd

Please sign in to comment.