Skip to content

Commit

Permalink
another attempt to get right xarray
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Oct 17, 2024
1 parent 418eadb commit b53dc3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mopper-test-conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
channels: conda-forge, coecms
channel-priority: true
environment-file: conda/environment.yaml # Path to the build conda environment
auto-update-conda: false
show-channel-urls: true #
- name: Build but do not upload the conda packages
uses: uibcdf/[email protected]
Expand Down
2 changes: 0 additions & 2 deletions conda/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: mopper_env
channels:
- conda-forge
- coecms
#- defaults

dependencies:
- anaconda-client
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ requirements:
run:
- python
- click
- xarray>=v2024.05.0
- cmor
- xarray>=v2024.01.1
- numpy
- dask
- pyyaml
Expand Down
4 changes: 2 additions & 2 deletions conda/testenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ channels:
- nodefaults

dependencies:
- cmor
- click
- xarray>=v2024.01.0
- xarray>=v2024.05.0
- cmor
- numpy
- dask
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Add general dependencies here
# Optional dependencies e.g. [dev] are added in `test-requirements`
click
xarray>=v2024.05.0
cmor
xarray>=v2024.01.0
numpy
pyyaml
dask
Expand Down

0 comments on commit b53dc3e

Please sign in to comment.