diff --git a/docs/pyproject.toml b/docs/pyproject.toml index b5c63595786e..5f6397d6147f 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -9,5 +9,5 @@ dependencies = [ "myst-parser>=5,<6", "maturin>=1.11,<2", "jinja2>=3.1.6,<4", - "setuptools>=82,<83", + "setuptools>=82.0.1,<83", ]