-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from MetOffice/feature_actions_env_i175
Feature actions env i175
- Loading branch information
Showing
3 changed files
with
62 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Use this file to create a conda environment using: | ||
# conda env create --file envs/default-current.yml | ||
|
||
name: default-current | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.6 | ||
- iris=2.2 | ||
- numpy=1.15 | ||
- cartopy=0.17.0 | ||
- cftime=1.0.0b1 | ||
- mo_pack | ||
- imagehash | ||
- pytest | ||
- flake8 | ||
- sphinx=3.4.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Use this file to create a conda environment using: | ||
# conda env create --file envs/default-next.yml | ||
|
||
name: default-next | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.7 | ||
- iris=2.4 | ||
- numpy=1.15 | ||
- cartopy=0.17.0 | ||
- cftime=1.0.0b1 | ||
- mo_pack | ||
- imagehash | ||
- pytest | ||
- flake8 | ||
- sphinx=3.4.3 |