Skip to content

Commit 782bca7

Browse files
committed
Loosen pins
1 parent 413bee1 commit 782bca7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pixi.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ start = "jupyter lab"
2323
scripts = ["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]
4040
jupyterlab = "~=4.2.4"

0 commit comments

Comments
 (0)