Skip to content

Commit

Permalink
Merge pull request #866 from maxplanck-ie/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
katsikora authored Dec 16, 2022
2 parents 2b3fa05 + fda8894 commit c7d0dc8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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: 2.7.0
version: 2.7.1

source:
path: ../
Expand All @@ -14,7 +14,7 @@ requirements:
- python >=3
run:
- python >=3.7.0
- snakemake >=6.2.1
- snakemake >=6.2.1, <7.19.0
- tabulate <0.9
- pandas
- graphviz
Expand Down
4 changes: 4 additions & 0 deletions docs/content/News.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
snakePipes News
===============

snakePipes 2.7.1
----------------
* Capped snakemake version to < 7.19.0.


snakePipes 2.7.0
----------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
snakemake >= 6.2.1
snakemake >= 6.2.1, <7.19.0
psutil
pandas
fuzzywuzzy
Expand Down
2 changes: 1 addition & 1 deletion snakePipes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.7.0'
__version__ = '2.7.1'

0 comments on commit c7d0dc8

Please sign in to comment.