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"
23
23
scripts = [" setup_jupyterlab_config.sh" ]
24
24
25
25
[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"
31
31
32
32
[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"
38
38
39
39
[feature .jupyterlite .dependencies ]
40
40
jupyterlab = " ~=4.2.4"
You can’t perform that action at this time.
0 commit comments