diff --git a/pyproject.toml b/pyproject.toml index f6ef48aa..3d2aa6cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin==1.7.0"] +requires = ["maturin==1.7.1"] build-backend = "maturin" [project] @@ -12,7 +12,7 @@ authors = [ requires-python = ">=3.8,<3.13" dependencies = [ "cffi==1.16.0", - "maturin==1.7.0", + "maturin==1.7.1", "numpy" ] classifiers = [