diff --git a/pyproject.toml b/pyproject.toml index 0d4faf027..60bae3ea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,12 +70,12 @@ pre-commit = "^3.3.1" optional = true [tool.poetry.group.docs.dependencies] -myst_parser = "^2.0.0" -pydata-sphinx-theme = "^0.15.0" sphinx = "7.2.6" sphinx-hoverxref = "^1.3.0" sphinx_copybutton = "0.5.2" sphinx_design = "^0.5.0" +myst_parser = "^2.0.0" +pydata-sphinx-theme = "^0.15.0" [tool.poetry.group.test.dependencies] pytest = "^7.0"