Skip to content

Commit

Permalink
another attempt to avoid xarray from defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Oct 17, 2024
1 parent ffedff2 commit f96891e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requirements:
- python
- click
- cmor
- xarray
- xarray>=v2024.01.1
- numpy
- dask
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion conda/testenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- cmor
- click
- xarray
- xarray>=v2024.01.0
- numpy
- dask
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Optional dependencies e.g. [dev] are added in `test-requirements`
click
cmor
xarray
xarray>=v2024.01.0
numpy
pyyaml
dask
Expand Down

0 comments on commit f96891e

Please sign in to comment.