Skip to content

Commit 6b0c288

Browse files
committed
upgrade packages
1 parent c9537ae commit 6b0c288

File tree

3 files changed

+54
-50
lines changed

3 files changed

+54
-50
lines changed

.binder/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- geoviews-core >=1.14.0,<2
2020
- gsw >=3.6.19,<4
2121
- hvplot >=0.11.3,<0.12
22-
- h5netcdf >=1.6.2,<2
22+
- h5netcdf >=1.6.3,<2
2323
- ipykernel >=6.29.5,<7
2424
- matplotlib-base >=3.10.3,<4
2525
- netcdf4 >=1.7.2,<2
@@ -35,8 +35,8 @@ dependencies:
3535
- sphinx-notfound-page >=1.1.0,<2
3636
- sphinxext-rediraffe >=0.2.7,<0.3
3737
- s3fs >=2025.5.1,<2026
38-
- xarray >=2025.6.1,<2026
39-
- zarr >=3.0.8,<4
38+
- xarray >=2025.7.0,<2026
39+
- zarr >=3.0.10,<4
4040
- flox >=0.10.4,<0.11
4141
- numbagg >=0.9.0,<0.10
4242
- python >=3.10

pixi.lock

Lines changed: 48 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ gcsfs = ">=2025.5.1,<2026"
8080
geoviews-core = ">=1.14.0,<2"
8181
gsw = ">=3.6.19,<4"
8282
hvplot = ">=0.11.3,<0.12"
83-
h5netcdf = ">=1.6.2,<2"
83+
h5netcdf = ">=1.6.3,<2"
8484
ipykernel = ">=6.29.5,<7"
8585
matplotlib-base = ">=3.10.3,<4"
8686
netcdf4 = ">=1.7.2,<2"
@@ -96,7 +96,7 @@ sphinxcontrib-mermaid = ">=1.0.0,<2"
9696
sphinx-notfound-page = ">=1.1.0,<2"
9797
sphinxext-rediraffe = ">=0.2.7,<0.3"
9898
s3fs = ">=2025.5.1,<2026"
99-
xarray = ">=2025.6.1,<2026"
100-
zarr = ">=3.0.8,<4"
99+
xarray = ">=2025.7.0,<2026"
100+
zarr = ">=3.0.10,<4"
101101
flox = ">=0.10.4,<0.11"
102102
numbagg = ">=0.9.0,<0.10"

0 commit comments

Comments
 (0)