Skip to content

Commit 2f4bff7

Browse files
committed
pixi.toml & deps
1 parent 1c6cf28 commit 2f4bff7

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

pixi.toml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
channels = ["conda-forge"]
33
platforms = ["linux-64", "osx-64"]
44

5-
[dependencies]
6-
python = "3.14.*"
7-
nodejs = "25.*"
8-
95
[tasks]
106
install-myst = "npm install mystmd"
117
myst-start = "npx myst start --execute"
@@ -14,27 +10,30 @@ myst-build-debug = "npx myst build --execute --html --debug"
1410
myst-clean = "npx myst clean -y"
1511
myst-templates = "npx myst clean --templates -y"
1612

17-
[pypi-dependencies]
13+
[dependencies]
14+
python = "3.14.*"
15+
nodejs = "25.*"
16+
1817
jupyter = ">=1.1.1, <2"
1918
jupyterlab-myst = ">=2.6.0, <3"
20-
jupyterlab-gridwidth = ">=0.4.3, <0.5"
21-
jupyterlab-hidecell = ">=0.2.2, <0.3"
2219
jupytext = ">=1.19.0, <2"
2320
ipympl = ">=0.10.0, <0.11"
2421
ipywidgets = ">=8.1.8, <9"
25-
ipythontutor = ">=0.4.0, <0.5"
26-
nbautoeval = ">=1.8.0, <2"
2722
numpy = ">=2.4.1, <3"
2823
matplotlib = ">=3.10.8, <4"
2924
pandas = ">=3.0.0, <4"
3025
plotly = ">=6.5.2, <7"
3126
chart-studio = ">=1.1.0, <2"
32-
jupyter-bokeh = ">=4.0.5, <5"
33-
bokeh = ">=3.8.2, <4"
3427
seaborn = ">=0.13.2, <0.14"
3528
autograd = ">=1.8.0, <2"
3629
k3d = ">=2.17.0, <3"
3730
aiohttp = ">=3.13.3, <4"
3831
rfc3987 = ">=1.3.8, <2"
39-
# Add your requirements.txt packages here
40-
# for now I leave empty and add them via the workflow
32+
33+
[pypi-dependencies]
34+
bokeh = ">=3.8.2, <4"
35+
jupyter-bokeh = ">=4.0.5, <5"
36+
ipythontutor = ">=0.4.0, <0.5"
37+
nbautoeval = ">=1.8.0, <2"
38+
# jupyterlab-gridwidth = ">=0.4.3, <0.5"
39+
# jupyterlab-hidecell = ">=0.2.2, <0.3"

0 commit comments

Comments
 (0)