From 231d0f797e4f56862b6d396d9a9c8a2ffc409587 Mon Sep 17 00:00:00 2001 From: Oded Stein Date: Tue, 10 Sep 2024 10:45:37 -0700 Subject: [PATCH] starting work on fixing numpy/scipy incompatibilities --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 25e13a5..27d126c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,8 @@ build-verbosity = "3" [build-system] requires = [ - "numpy<=1.96.0", - "scipy", + "numpy>=1.16.5,<2.2", + "scipy>=1.6,<1.15", "setuptools>=42", "wheel", "cmake>=3.16",