File tree Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,15 @@ all = [
4444 " ruff" ,
4545 " tox" ,
4646 # docs
47- " myst-nb" ,
48- " numpydoc" ,
49- " pydata-sphinx-theme" ,
50- " sphinx" ,
51- " sphinx-polyversion >= 1.1" ,
52- " sphinx_design" ,
53- " sphinxcontrib-bibtex" ,
47+
48+ " myst-nb ~= 1.2" ,
49+ " numpydoc ~= 1.8" ,
50+ " pydata-sphinx-theme ~= 0.16" ,
51+ " sphinx ~= 8.2" ,
52+ " sphinx-polyversion == 1.1" ,
53+ " sphinx_design ~= 0.6" ,
54+ " sphinxcontrib-bibtex ~= 2.6" ,
55+ " snowballstemmer ~= 2.2.0" ,
5456 # test
5557 " pytest" ,
5658 " pytest-cov" ,
@@ -65,13 +67,14 @@ dev = [
6567 " tox" ,
6668]
6769docs = [
68- " myst-nb" ,
69- " numpydoc" ,
70- " pydata-sphinx-theme" ,
71- " sphinx" ,
72- " sphinx-polyversion >= 1.1" ,
73- " sphinx_design" ,
74- " sphinxcontrib-bibtex" ,
70+ " myst-nb ~= 1.2" ,
71+ " numpydoc ~= 1.8" ,
72+ " pydata-sphinx-theme ~= 0.16" ,
73+ " sphinx ~= 8.2" ,
74+ " sphinx-polyversion == 1.1" ,
75+ " sphinx_design ~= 0.6" ,
76+ " sphinxcontrib-bibtex ~= 2.6" ,
77+ " snowballstemmer ~= 2.2.0" ,
7578]
7679test = [
7780 " nbconvert" ,
You can’t perform that action at this time.
0 commit comments