From cfad27f31211e79bcc2e0da9f49e4c296d046c58 Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Fri, 30 Aug 2024 13:43:12 +0900 Subject: [PATCH] update pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b498e8f..acb682d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools", "wheel", "cython", "numpy<1.20; python_version<'3.10'", "numpy; python_version>='3.10'"] +requires = ["setuptools", "wheel", "cython", "numpy<2.0"] build-backend = "setuptools.build_meta"