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