Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
# The release candidate channel should only be activated
# during the rc phase right before the next release of the
# ESMValCore.
# - conda-forge/label/esmvalcore_rc
- conda-forge/label/esmvalcore_rc
- conda-forge
- nodefaults

Expand All @@ -24,7 +24,7 @@ dependencies:
- ecmwf-api-client
- eofs
- esmpy
- esmvalcore 2.13.*
- esmvalcore ==2.14.0rc1
- fiona
- fire
- fsspec
Expand Down
2 changes: 1 addition & 1 deletion environment_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- ecmwf-api-client
- eofs
- esmpy
- esmvalcore 2.13.*
- esmvalcore ==2.14.0rc1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

won't be found unless you add the conda rc channel at the top just like for the Linux env file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was there as @bettina-gier mentioned offline - we should remember to comment out after we done

- fiona
- fire
- fsspec
Expand Down