Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Update Python requires and min Snakemake version
  • Loading branch information
vinisalazar authored Jan 15, 2024
1 parent 955eb5c commit 8d26fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"pandas",
"pyyaml",
"requests",
"snakemake",
"snakemake>=8",
"snakemake-wrapper-utils",
"tqdm",
],
extras_require={"docs": "myst_parser"},
keywords="metagenomics binning assembly snakemake workflow pipeline",
python_requires=">=3.6",
python_requires=">=3.11",
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.11",
],
)

0 comments on commit 8d26fd5

Please sign in to comment.