From 5d1b025d4ad0f3636543bebe47b19e21dcd20033 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Mon, 17 Jun 2024 16:25:30 +0200 Subject: [PATCH] MAINT: Pegging NumPy to < 2 for the moment. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8346b8c..06133d5b 100755 --- a/setup.py +++ b/setup.py @@ -158,7 +158,7 @@ def setup_package(): install_requires=["linkahead>=0.13.1", "jsonref", "jsonschema[format]>=4.4.0", - "numpy>=1.24.0", + "numpy>=1.24.0, < 2", "openpyxl>=3.0.7", "pandas>=1.2.0", "xlrd>=2.0", -- GitLab