Skip to content

Commit

Permalink
Merge pull request #792 from maxplanck-ie/snakemake_version
Browse files Browse the repository at this point in the history
Snakemake version
  • Loading branch information
LeilyR committed Nov 15, 2021
2 parents 5c9c3e0 + 005a8a3 commit 95fec74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
# installOptions: -c conda-forge -c bioconda --quiet
# createOptions: -c conda-forge -c bioconda --quiet --yes
- bash: |
conda create -n foo -q --yes --quiet -c conda-forge -c bioconda snakemake=5.18.0 fuzzywuzzy mock sphinx sphinx-argparse sphinx_rtd_theme flake8 coreutils python=3.7
conda create -n foo -q --yes --quiet -c conda-forge -c bioconda snakemake=6.2.1 fuzzywuzzy mock sphinx sphinx-argparse sphinx_rtd_theme flake8 coreutils python=3.7
displayName: Installing dependencies
- bash: |
source activate foo
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==5.18.0
snakemake >= 6.2.1
psutil
pandas
fuzzywuzzy
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
scripts=scripts,
packages=find_packages(),
include_package_data=True,
python_requires='>=3.7',
install_requires=requires,
url='https://github.com/maxplanck-ie/snakepipes',
license='MIT',
Expand Down

0 comments on commit 95fec74

Please sign in to comment.