Skip to content

Commit

Permalink
Set numpy version to <2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Gimenes committed Aug 29, 2024
1 parent a4bb8c1 commit 5587f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))

requires = [
'numpy<=2.0.0',
'numpy<2.0.0',
'xmscore>=6.0.0',
'xmsgrid>=7.0.0, <8.0.0',
]
Expand Down

0 comments on commit 5587f31

Please sign in to comment.