Skip to content

Commit b9688ad

Browse files
committed
Update doc dependecies
1 parent f57d0ea commit b9688ad

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ pytest = "^8.3.3"
2929

3030

3131
[tool.poetry.group.doc.dependencies]
32-
furo = {version = "^2024.8.6"}
33-
autoapi = {version = "^2.0.1"}
34-
sphinx = {version = "^8.1.3"}
35-
sphinx-autoapi = "^3.3.3"
36-
sphinx-toolbox = "^3.8.1"
37-
sphinx-copybutton = "^0.5.2"
38-
numpydoc = "^1.8.0"
39-
sphinx-favicon = "^1.0.1"
40-
sphinx-autobuild = "^2025.8.25"
41-
sphinx-gallery = "^0.19.0"
42-
myst-parser = "^4.0.1"
43-
sphinx-design = "^0.6.1"
32+
furo = {version = ">=2024.8.6"}
33+
autoapi = {version = ">=2.0.1"}
34+
sphinx = {version = ">=8.1.3"}
35+
sphinx-autoapi = ">=3.3.3"
36+
sphinx-toolbox = ">=3.8.1"
37+
sphinx-copybutton = ">=0.5.2"
38+
numpydoc = ">=1.8.0"
39+
sphinx-favicon = ">=1.0.1"
40+
sphinx-autobuild = ">=2025.8.25"
41+
sphinx-gallery = ">=0.19.0"
42+
myst-parser = ">=4.0.1"
43+
sphinx-design = ">=0.6.1"
4444

4545
[build-system]
4646
requires = ["poetry-core"]

0 commit comments

Comments
 (0)