File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,18 @@ start = "jupyter lab"
2323scripts = [" setup_jupyterlab_config.sh" ]
2424
2525[dependencies ]
26- python = " >=3.12.5,<4 "
27- matplotlib-base = " >=3.9.2,<4 "
28- ipympl = " >=0.9.4,<0.10 "
29- jupyterlab = " >=4.2.5,<5 "
30- jupyterlab-myst = " >=2.4.2,<3 "
26+ python = " >=3.11 "
27+ matplotlib-base = " >=3.9"
28+ ipympl = " >=0.9"
29+ jupyterlab = " >=4.2"
30+ jupyterlab-myst = " >=2.4"
3131
3232[pypi-dependencies ]
33- sphinx = " >=8.0.2, <9 "
34- myst-nb = " >=1.1.1, <2 "
35- jupytext = " >=1.16.4, <2 "
36- sphinx-book-theme = " >=1.1.3, <2 "
37- sphinx-copybutton = " >=0.5.2, <0.6 "
33+ sphinx = " >=8.0.2"
34+ myst-nb = " >=1.1"
35+ jupytext = " >=1.16"
36+ sphinx-book-theme = " >=1.1"
37+ sphinx-copybutton = " >=0.5"
3838
3939[feature .jupyterlite .dependencies ]
4040jupyterlab = " ~=4.2.4"
You can’t perform that action at this time.
0 commit comments