Skip to content

Commit

Permalink
Constrain to numpy 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbussemaker committed Jun 19, 2024
1 parent 4592f5a commit 3043e0e
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 @@ -51,7 +51,7 @@ def _get_readme():
],
license='MIT',
install_requires=[
'numpy',
'numpy<2.0',
'pymoo~=0.6.1',
'scipy',
'deprecated',
Expand Down

0 comments on commit 3043e0e

Please sign in to comment.