Skip to content

Commit

Permalink
pin numpy < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thurber committed Jul 26, 2024
1 parent d1201eb commit 3c3d415
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 @@ -41,7 +41,7 @@ def readme():
'nc-time-axis>=1.4.0',
'netCDF4>=1.5.7',
'numba>=0.53.1',
'numpy>=1.20.3',
'numpy>=1.20.3,<2.0',
'pandas>=1.3.4',
'pathvalidate>=2.5.0',
'psutil>=5.8.0',
Expand Down

0 comments on commit 3c3d415

Please sign in to comment.