Skip to content

Commit

Permalink
Enforce numpy is lower than 2.0.0
Browse files Browse the repository at this point in the history
The backwards incompatibel changes associated with the latest major
release of NumPy need to be assessed separately.
  • Loading branch information
sbesson committed Jun 17, 2024
1 parent 53a327b commit 83bd816
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 83bd816

Please sign in to comment.