Skip to content

Commit 5a64971

Browse files
committed
Update environment
1 parent f55b891 commit 5a64971

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

docker/environment.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,20 @@ dependencies:
2525
# Storage
2626
- "s3fs"
2727
- "obstore"
28-
- "fsspec"
29-
- "icechunk"
30-
- "virtualizarr"
31-
- "h5netcdf"
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+
36+
# Acceleration
37+
- "bottleneck"
38+
- "dask"
39+
- "distributed"
40+
- "numbagg"
41+
- "flox"
3242

3343
# geo
3444
- "gdal"
@@ -41,6 +51,8 @@ dependencies:
4151
- "odc-stac"
4252
- "ibis-duckdb"
4353
- "exactextract"
54+
- "cftime"
55+
- "pint"
4456

4557
# geo viz
4658
- "jupytergis >=0.10.1"
@@ -69,7 +81,3 @@ dependencies:
6981

7082
# Infrastructure
7183
- "jupyter-server-proxy" # Enable proxying MyST sites built from CLI, accessed at `$PREFIX/proxy/$PORT`
72-
73-
- "pip"
74-
- pip: # Stuff not yet on conda forge
75-
- "obspec-utils"

modules/04-data-in-the-cloud/pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@ dependencies = [
1818
"cartopy>=0.25.0",
1919
"numbagg>=0.9.0",
2020
"pint>=0.24.4",
21-
"sparse>=0.17.0",
2221
"flox>=0.10.4",
2322
"h5netcdf>=1.6.4,<1.8",
2423
"h5py>=3.14.0,<3.15",
2524
"zarr>=3.1.1,<3.2",
2625
"fsspec>=2025.7.0,<2025.11",
27-
"cubed-xarray>=0.0.8",
28-
"cubed[diagnostics]>=0.23.0",
2926
"icechunk>=1.1.12",
30-
"obspec-utils>=0.2.0",
3127
"obstore>=0.8.2",
3228
"s3fs>=2025.10.0",
3329
"virtualizarr>=2.2.1",

0 commit comments

Comments
 (0)