diff --git a/crates/jiter-python/pyproject.toml b/crates/jiter-python/pyproject.toml index a4f7d20..3239ec3 100644 --- a/crates/jiter-python/pyproject.toml +++ b/crates/jiter-python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin @ git+https://github.com/davidhewitt/maturin.git@windows-abiflags"] +requires = ["maturin>=1,<2"] build-backend = "maturin" [project]