diff --git a/pyproject.toml b/pyproject.toml index ed59d2789..06bda6a3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ [build-system] requires = [ - "setuptools >= 52.0.0", - "wheel >= 0.36.2", + "setuptools >= 68.2.0", + "wheel >= 0.41.2", ] build-backend = "setuptools.build_meta"