From a4b81f5a7f7e01e0afb1d35675882e2e1c1f9a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bojan=20Karla=C5=A1?= Date: Mon, 30 Sep 2024 17:26:56 -0400 Subject: [PATCH] Update numpy version requirement in the pyproject.toml file. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80e2b83..04d2e58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "wheel", "cython", "numpy >= 2.0"] +requires = ["setuptools", "wheel", "cython", "numpy >= 1.26.4, < 2.0.0"] build-backend = "setuptools.build_meta" [tool.mypy]