diff --git a/pyproject.toml b/pyproject.toml index 260f547a..5be93c37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=42", "scikit-build~=0.17.0", - "Cython >=3.0.9, <3.1.0" + "Cython >=3.0.10, <3.1.0" ] build-backend = "backend" backend-path = ["_custom_build"] diff --git a/tools/sdist.patch b/tools/sdist.patch index d305e0fc..be33d43a 100644 --- a/tools/sdist.patch +++ b/tools/sdist.patch @@ -7,7 +7,7 @@ index 77671b1..7692f90 100644 requires = [ "setuptools>=42", - "scikit-build~=0.17.0", -- "Cython >=3.0.9, <3.1.0" +- "Cython >=3.0.10, <3.1.0" + "scikit-build~=0.17.0" ] build-backend = "backend"