File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
4646requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments