From c8a4127ba52c92413e2631365b5742856ea4d3ae Mon Sep 17 00:00:00 2001 From: benjamc Date: Wed, 25 Sep 2024 11:30:59 +0200 Subject: [PATCH] build: increase numpy version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3967dcf1f..eb01e0ec6 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def read_file(filepath: str) -> str: include_package_data=True, python_requires=">=3.8", install_requires=[ - "numpy>=1.23.3,<2.0.0", + "numpy", "scipy>=1.9.2", "psutil", "pynisher>=1.0.0",