Skip to content

Commit

Permalink
Limit numpy version < 2
Browse files Browse the repository at this point in the history
Waiting on simupy update and release
  • Loading branch information
ixjlyons committed Dec 19, 2024
1 parent 11acfff commit e124c84
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 @@ -22,7 +22,7 @@
license="NASA Open Source Agreement Version 1.3",
python_requires=">=3",
install_requires=[
"numpy>=1.11.3",
"numpy>=1.11.3,<2",
"scipy>=0.18.1",
"simupy>=1.1.2",
"pyerfa",
Expand Down

0 comments on commit e124c84

Please sign in to comment.