Skip to content

Commit 1992c16

Browse files
authored
Merge pull request #864 from maxplanck-ie/allelic_fixes
capped snakemake version
2 parents 4cca146 + 1f61fd7 commit 1992c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requirements:
1414
- python >=3
1515
run:
1616
- python >=3.7.0
17-
- snakemake >=6.2.1
17+
- snakemake >=6.2.1, <7.19.0
1818
- tabulate <0.9
1919
- pandas
2020
- graphviz

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
snakemake >= 6.2.1
1+
snakemake >= 6.2.1, <7.19.0
22
psutil
33
pandas
44
fuzzywuzzy

0 commit comments

Comments
 (0)