From 79ff8ac446b780aaad84a0542f6e1d13df28a1d5 Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Fri, 4 Oct 2024 12:35:59 +0200 Subject: [PATCH] update numpy versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9922c24..86ec6a7 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,6 @@ setup( url='https://gitlab.uliege.be/am-dept/pypk', license='Apache 2.0', packages=find_packages(include=['pypk*']), - install_requires=['numpy>=1.22', 'scipy>=1.8,<=1.12', 'matplotlib>=3.5'], + install_requires=['numpy>=1.22,<2.0.0', 'scipy>=1.8', 'matplotlib>=3.5'], classifiers=['Operating System :: OS Independent', 'Programming Language :: Python'], ) -- GitLab