We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413bee1 commit 782bca7Copy full SHA for 782bca7
1 file changed
pixi.toml
@@ -23,18 +23,18 @@ start = "jupyter lab"
23
scripts = ["setup_jupyterlab_config.sh"]
24
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"
+python = ">=3.11"
+matplotlib-base = ">=3.9"
+ipympl = ">=0.9"
+jupyterlab = ">=4.2"
+jupyterlab-myst = ">=2.4"
31
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"
+sphinx = ">=8.0.2"
+myst-nb = ">=1.1"
+jupytext = ">=1.16"
+sphinx-book-theme = ">=1.1"
+sphinx-copybutton = ">=0.5"
38
39
[feature.jupyterlite.dependencies]
40
jupyterlab = "~=4.2.4"
0 commit comments