From 2104dc78aba2246af30b86ab3bc7533252e7be44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Wed, 11 Jan 2023 15:29:14 +0100 Subject: [PATCH] force numpy<1.24 until igor is updated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23d0044..96fe497 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ 'Topic :: Scientific/Engineering', 'Topic :: Utilities'], install_requires=[ - 'numpy', + 'numpy<1.24', 'neo', 'matplotlib', 'efel',