-
Notifications
You must be signed in to change notification settings - Fork 24
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 #52 from mnlevy1981/update_conda_config
Update conda config
- Loading branch information
Showing
7 changed files
with
36 additions
and
11 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
This file was deleted.
Oops, something went wrong.
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,10 @@ | ||
This directory contains three conda environment files: | ||
|
||
1. dev-environment.yml: this creates (cupid-dev), which provides cupid-run and cupid-build, | ||
and lets users update the main CUPiD code in cupid/ | ||
|
||
2. cupid-analysis.yml: this creates (cupid-analysis), the environment all scripts and notebooks | ||
run in | ||
|
||
3. docs.yml: this creates (cupid-docs), which is used by github actions to build | ||
https://ncar.github.io/CUPiD |
File renamed without changes.
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,18 @@ | ||
name: cupid-dev | ||
dependencies: | ||
- python=3.11.4 | ||
- black | ||
- dask | ||
- dask-jobqueue | ||
- intake | ||
- intake-esm | ||
- jinja2 | ||
- jupyter-book | ||
- pandas | ||
- papermill | ||
- pip | ||
- ploomber=0.22.3 | ||
- pyyaml | ||
- xarray | ||
- pip: | ||
- -e ../ |
File renamed without changes.