Skip to content

Commit

Permalink
Remove numpy max version as it causes more problems than it solves
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Dec 16, 2023
1 parent b354a24 commit fe93fa3
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 @@ -57,7 +57,7 @@
'msgpack>=1,<2',
'netifaces==0.11.0',
"numpy<1.22; python_version=='3.7'",
"numpy>=1.22,<=1.25; python_version>='3.8'",
"numpy>=1.22; python_version>='3.8'",
'qcg-pilotjob==0.13.1',
'typing_extensions>=4.4.0,<5',
'ymmsl>=0.13.0,<0.14' # Also in CI, update there as well
Expand Down

0 comments on commit fe93fa3

Please sign in to comment.