Skip to content

Commit

Permalink
Add environment files for snakemake
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Nov 4, 2024
1 parent c5ffe77 commit e5bc163
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions envs/snakemake_env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: snakemake_env
channels:
- conda-forge
dependencies:
- python >=3.11
- pip
- pip:
- snakemake
9 changes: 9 additions & 0 deletions envs/workflow_env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: workflow_env
channels:
- conda-forge
dependencies:
- python =3.11
- pip
- pip:
- pyam-iamc >=2.2.4
- nomenclature-iamc >=0.19.0

0 comments on commit e5bc163

Please sign in to comment.