From 7629ce58b28f555eb39816f0a941ffee5f0a6731 Mon Sep 17 00:00:00 2001 From: "Warren J. Hack" Date: Tue, 28 Sep 2021 13:54:56 -0400 Subject: [PATCH] Fix numpy requirement for release (#1145) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12ecb5d8d..bf4276731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=30.3.0", "wheel", "oldest-supported-numpy", "astropy"] +requires = ["setuptools>=30.3.0", "wheel", "numpy", "astropy"] [tool.stsci-bot]