diff --git a/pyproject.toml b/pyproject.toml index 3249545ecc..39ac856d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "maturin>=1,<2", + "maturin>=1,<1.3.0", "cffi", ] build-backend = 'maturin'