From bb79e4a98f41c2bd0e4bbf5fd028f8852a0ec3df Mon Sep 17 00:00:00 2001 From: Phlya Date: Mon, 17 Jun 2024 17:59:14 +0200 Subject: [PATCH] restrict numpy to below 2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae44f48..64cbc0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ readme = "README.md" dependencies = [ - "numpy>=1.9", + "numpy>=1.9, <2", "scipy>=0.16", "pandas>1.5", "h5py>=2.5",