diff --git a/pyproject.toml b/pyproject.toml index 5724ba4..8e07f05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools>=82.0.1", "wheel", "pybind11", "numpy"] +requires = ["setuptools>=83.0.0", "wheel", "pybind11", "numpy"] build-backend = "setuptools.build_meta"