Skip to content

Commit a730036

Browse files
authored
Update environment to use ESMValCore v2.14.0 (#4386)
1 parent 45b7014 commit a730036

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
# The release candidate channel should only be activated
55
# during the rc phase right before the next release of the
66
# ESMValCore.
7-
- conda-forge/label/esmvalcore_rc
7+
# - conda-forge/label/esmvalcore_rc
88
- conda-forge
99
- nodefaults
1010

@@ -24,7 +24,7 @@ dependencies:
2424
- ecmwf-api-client
2525
- eofs
2626
- esmpy
27-
- esmvalcore ==2.14.0rc2
27+
- esmvalcore >=2.14.0
2828
- fiona
2929
- fire
3030
- fsspec

environment_osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
# The release candidate channel should only be activated
55
# during the rc phase right before the next release of the
66
# ESMValCore.
7-
- conda-forge/label/esmvalcore_rc
7+
# - conda-forge/label/esmvalcore_rc
88
- conda-forge
99
- nodefaults
1010

@@ -24,7 +24,7 @@ dependencies:
2424
- ecmwf-api-client
2525
- eofs
2626
- esmpy
27-
- esmvalcore ==2.14.0rc2
27+
- esmvalcore >=2.14.0
2828
- fiona
2929
- fire
3030
- fsspec

0 commit comments

Comments
 (0)