Skip to content

Commit

Permalink
deps: allow for more lenient snakemake versioning >=7.15.2 in base en…
Browse files Browse the repository at this point in the history
…vironment

chore: update setup.py python version classifier
  • Loading branch information
florianzwagemaker committed Mar 16, 2023
1 parent b2a771f commit adc6051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- python>=3.10
- mamba>=1.0.0
- drmaa==0.7.9
- snakemake==7.15.2
- snakemake>=7.15.2
- biopython==1.79
- pandas==1.4.2
- openpyxl==3.0.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
zip_safe=False,
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit adc6051

Please sign in to comment.