--- pyproject.toml.orig 2023-05-28 16:47:23 UTC +++ pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=61.2", "Cython>=0.29.22,<3.0", - "oldest-supported-numpy", + "numpy", # see https://github.com/numpy/numpy/pull/18389 "wheel>=0.36.2", ]