Skip to content

Commit

Permalink
Merge pull request #414 from sbesson/numpy_less_than_2
Browse files Browse the repository at this point in the history
Enforce numpy is lower than 2.0.0
  • Loading branch information
sbesson committed Jun 17, 2024
2 parents d3a6542 + 83bd816 commit add254e
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 @@ -209,7 +209,7 @@ def read(fname):
'urllib3<2',
'appdirs',
'future',
'numpy',
'numpy<2',
'Pillow>=10.0.0',
'PyYAML',
'zeroc-ice>=3.6.5,<3.7',
Expand Down

0 comments on commit add254e

Please sign in to comment.