From 83bd816371771ebdc52b5dd1ae4e257de7db161c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 17 Jun 2024 12:13:49 +0100 Subject: [PATCH] Enforce numpy is lower than 2.0.0 The backwards incompatibel changes associated with the latest major release of NumPy need to be assessed separately. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e50a5a57..53af91c0c 100644 --- a/setup.py +++ b/setup.py @@ -209,7 +209,7 @@ def read(fname): 'urllib3<2', 'appdirs', 'future', - 'numpy', + 'numpy<2', 'Pillow>=10.0.0', 'PyYAML', 'zeroc-ice>=3.6.5,<3.7',