Skip to content

Commit

Permalink
Fix xarray version
Browse files Browse the repository at this point in the history
  • Loading branch information
emfdavid committed Oct 30, 2024
1 parent 062b0f9 commit 514cf12
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.10
- dask
- zarr
- xarray
- xarray>=2024.10.0
- h5netcdf
- h5py
- pandas
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.10
- dask
- zarr
- xarray>2024.10.0
- xarray>=2024.10.0
- h5netcdf
- h5py
- pandas
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.11
- dask
- zarr
- xarray>2024.10.0
- xarray>=2024.10.0
- h5netcdf
- h5py
- pandas
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.12
- dask
- zarr
- xarray>2024.10.0
- xarray>=2024.10.0
- h5netcdf
- h5py
- pandas
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dev = [
"pytest",
"s3fs",
"types-ujson",
"xarray",
"xarray>=2024.10.0",
"cfgrib",
"scipy",
"netcdf4"
Expand Down

0 comments on commit 514cf12

Please sign in to comment.