From 87548a6549fb2a1e3a398b74dac8efb6d9bff2ec Mon Sep 17 00:00:00 2001 From: Emanuel Gull Date: Mon, 12 May 2025 16:19:27 -0400 Subject: [PATCH] Update pyproject.toml Attempting to put numpy version to default --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89a40db3..6bb8f024 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core", "numpy<2.1", "scipy"] +requires = ["scikit-build-core", "numpy", "scipy"] build-backend = "scikit_build_core.build" [tool.scikit-build]