Skip to content

Commit

Permalink
Merge pull request #197 from maxplanck-ie/update_conda_recipe
Browse files Browse the repository at this point in the history
Update the conda recipe to pin snakemake 5.2.0, since we're changing …
  • Loading branch information
dpryan79 authored Jul 20, 2018
2 parents fb8dbaa + 08e4b05 commit d6c8e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: snakepipes
version: 1.0.0_alpha1
version: 1.0.0_alpha2

source:
path: ../
Expand All @@ -14,7 +14,7 @@ requirements:
- python
run:
- python
- snakemake >= 5.2.0
- snakemake 5.2.0
- pandas
- graphviz

Expand Down

0 comments on commit d6c8e6f

Please sign in to comment.