--- pyproject.toml.orig 2023-02-22 15:31:53 UTC +++ pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools", "wheel", "cython", "oldest-supported-numpy"] +requires = ["setuptools", "wheel", "cython", "numpy"] build-backend = "setuptools.build_meta"