From 4bfbcc46e69653e49619c2213802a9d3f9565d5c Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 18 Jun 2024 11:40:22 +0200 Subject: [PATCH] Fix pyproject --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90289ff2..be643e65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,7 @@ requires = [ "setuptools", "cython>=0.25", - "numpy>=1.15.0; python_version < '3.9'", - "numpy>=1.25.0; python_version >= '3.9'", + "numpy>=2.0.0,<3.0.0" ] build-backend = "setuptools.build_meta"