Skip to content

Commit

Permalink
Merge pull request #5 from nismod/fix/environment_specification
Browse files Browse the repository at this point in the history
Use bioconda for snakemake related packages only
  • Loading branch information
tomalrussell committed Apr 22, 2024
2 parents a091d7c + 6909760 commit 05657b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: datapkg
channels:
- bioconda # for snakemake
- conda-forge # for most other packages
- conda-forge
- defaults
dependencies:
- python=3.11
Expand All @@ -15,5 +14,5 @@ dependencies:
- osmium-tool==1.16.0 # openstreetmap extracts
- pyyaml # read YAML files
- pyogrio # faster geospatial i/o
- snakemake==7.32.4 # workflow management
- snakefmt # Snakefile formatting
- bioconda::snakemake==7.32.4 # workflow management
- bioconda::snakefmt # Snakefile formatting

0 comments on commit 05657b7

Please sign in to comment.