Skip to content

Commit

Permalink
Update requires-python and snakemake version
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmith151 committed Jan 12, 2024
1 parent 317a214 commit 4a28e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ authors = [
{name = "Catherine Chahrour", email = "[email protected]"}]
description = "Pipelines for genomics analysis"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.10"
license = {text = "GNU GENERAL PUBLIC LICENSE Version 3"}
dynamic = ["version"]
dependencies = [
"click",
"pandas",
"cookiecutter",
"pyyaml",
"snakemake<=7.32.3",
"snakemake<=9.0.0",
"setuptools_scm",
"drmaa",
"seaborn",
Expand Down

0 comments on commit 4a28e82

Please sign in to comment.