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 5e6544e commit c01db26
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',
'numpy<=2.0',
'xmscore>=6.0.0',
'xmsgrid>=7.0.0, <8.0.0',
]
Expand Down

0 comments on commit c01db26

Please sign in to comment.