22channels = [" conda-forge" ]
33platforms = [" linux-64" , " osx-64" ]
44
5- [dependencies ]
6- python = " 3.14.*"
7- nodejs = " 25.*"
8-
95[tasks ]
106install-myst = " npm install mystmd"
117myst-start = " npx myst start --execute"
@@ -14,27 +10,30 @@ myst-build-debug = "npx myst build --execute --html --debug"
1410myst-clean = " npx myst clean -y"
1511myst-templates = " npx myst clean --templates -y"
1612
17- [pypi-dependencies ]
13+ [dependencies ]
14+ python = " 3.14.*"
15+ nodejs = " 25.*"
16+
1817jupyter = " >=1.1.1, <2"
1918jupyterlab-myst = " >=2.6.0, <3"
20- jupyterlab-gridwidth = " >=0.4.3, <0.5"
21- jupyterlab-hidecell = " >=0.2.2, <0.3"
2219jupytext = " >=1.19.0, <2"
2320ipympl = " >=0.10.0, <0.11"
2421ipywidgets = " >=8.1.8, <9"
25- ipythontutor = " >=0.4.0, <0.5"
26- nbautoeval = " >=1.8.0, <2"
2722numpy = " >=2.4.1, <3"
2823matplotlib = " >=3.10.8, <4"
2924pandas = " >=3.0.0, <4"
3025plotly = " >=6.5.2, <7"
3126chart-studio = " >=1.1.0, <2"
32- jupyter-bokeh = " >=4.0.5, <5"
33- bokeh = " >=3.8.2, <4"
3427seaborn = " >=0.13.2, <0.14"
3528autograd = " >=1.8.0, <2"
3629k3d = " >=2.17.0, <3"
3730aiohttp = " >=3.13.3, <4"
3831rfc3987 = " >=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