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]