Skip to content

Commit 49c652c

Browse files
authored
Cleanup docker env manifest and upgrade jupyterlab-myst (#83)
1 parent 7c4ce7e commit 49c652c

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

docker/environment.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ dependencies:
77

88
# Some cool extensions
99
- "jupyterlab-favorites <3.3.0" # 3.3.0 seems to introduce a bug duplicating headers in Notebook Markdown cells (https://github.com/jupyterlab-contrib/jupyterlab-favorites/issues/35)
10-
- "jupyter-collaboration>=3,<4"
10+
- "jupyter-collaboration >=3,<4"
1111
- "jupyter-server-proxy"
12-
- "jupyterlab-myst"
12+
- "jupyterlab-myst >=2.6.0"
1313
- "jupyterlab-geojson"
1414
- "jupyterlab_execute_time"
1515
- "nbdime"
@@ -25,14 +25,13 @@ dependencies:
2525
# Storage
2626
- "s3fs"
2727
- "obstore"
28-
- "fsspec>=2025.7.0,<2025.11"
29-
- "icechunk>=1.1.12"
30-
- "virtualizarr>=2.2.1"
31-
- "netCDF4>=1.7.2"
32-
- "h5netcdf>=1.6.4,<1.8"
33-
- "h5py>=3.14.0,<3.15"
34-
- "zarr>=3.1.1,<3.2"
35-
- "icechunk"
28+
- "fsspec >=2025.7.0,<2025.11"
29+
- "icechunk >=1.1.12"
30+
- "virtualizarr >=2.2.1"
31+
- "netCDF4 >=1.7.2"
32+
- "h5netcdf >=1.6.4,<1.8"
33+
- "h5py >=3.14.0,<3.15"
34+
- "zarr >=3.1.1,<3.2"
3635

3736
# Acceleration
3837
- "bottleneck"
@@ -75,6 +74,3 @@ dependencies:
7574
# GitHub utilities
7675
- "gh"
7776
- "gh-scoped-creds"
78-
79-
# Infrastructure
80-
- "jupyter-server-proxy" # Enable proxying MyST sites built from CLI, accessed at `$PREFIX/proxy/$PORT`

0 commit comments

Comments
 (0)