From fe93fa35d5696b5a1fa415e0a773b73e188af98c Mon Sep 17 00:00:00 2001 From: Lourens Veen Date: Sat, 16 Dec 2023 15:51:26 +0100 Subject: [PATCH] Remove numpy max version as it causes more problems than it solves --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a997e6ff..f38018c2 100644 --- a/setup.py +++ b/setup.py @@ -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