File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,21 @@ librosa = "^0.10.2.post1"
19
19
gudhi = " ^3.10.1"
20
20
# matlabengine = "9.13.6" # Check this is correct for your Matlab installation.
21
21
numba = " ^0.61.0"
22
-
23
- # nbformat = "4.2.0"
24
22
nbformat = " ^5.9.2"
25
- # ipykernel = "^6.29.5"
26
23
24
+ # Install Docs dependencies "poetry install --with docs"
25
+ [tool .poetry .group .docs ]
26
+ optional = true
27
+
28
+ [tool .poetry .group .docs .dependencies ]
29
+ Sphinx = {version = " >=6,<8" }
30
+ sphinx-rtd-theme = {version = " ^1.0.0" }
31
+ nbsphinx = { version = " ^0.9.2" }
32
+ sphinxcontrib-bibtex = { version = " ^2.5.0" }
33
+ myst-parser = { version = " ^2.0.0" }
34
+ sphinx-copybutton = { version = " ^0.5.2" }
35
+ sphinx-sizzle-theme = " ^0.1.3"
36
+ sphinx-material = " ^0.0.36"
27
37
28
38
[build-system ]
29
39
requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments