From 824481fa5106e395881a273589a439bd38d10297 Mon Sep 17 00:00:00 2001 From: David Meyer Date: Wed, 23 Oct 2024 10:54:45 -0400 Subject: [PATCH] Remove explicit numpy reference in build requirements for python 3.8 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd7bce3..c03b296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,5 @@ [build-system] requires = ["setuptools>=64", "wheel", "setuptools_scm>=8", "cython", - "oldest-supported-numpy; python_version<='3.8'", "numpy>=2.0,<3; python_version>'3.8'"] build-backend = "setuptools.build_meta"