From 1b2321e40eaa2a86de49b942eade219ba1248307 Mon Sep 17 00:00:00 2001 From: "Travis A. O'Brien" Date: Tue, 10 Sep 2024 11:06:13 -0400 Subject: [PATCH] removing oldest-supported-numpy from build requires --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa754e5..d20e4a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,6 @@ requires = [ "wheel", "toml", "setuptools_scm>=4.1.2", - "oldest-supported-numpy; python_version>='3.5'", "numpy>=2.0.0", ]