--- pyproject.toml.orig 2025-03-29 15:44:30 +++ pyproject.toml 2025-03-30 09:07:47 @@ -1,5 +1,5 @@ # imagecodecs/pyproject.toml [build-system] -requires = ["setuptools", "numpy>2", "Cython>=3.0.12"] +requires = ["setuptools", "numpy", "Cython>=3.0.12"] build-backend = "setuptools.build_meta"