From 5fd2305a6983831f782e67df8dc993051373a824 Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Sun, 27 Oct 2024 10:24:28 +0100 Subject: [PATCH] remove requiring old numpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0aea3803..8a66457d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ requires = [ "setuptools", "wheel", "cython", - "oldest-supported-numpy", + "numpy", ]