Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Sep 11, 2023
1 parent 850040c commit 94c243f
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 @@ -11,15 +11,15 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
snakemake-interface-common = "^1.3.3"
snakemake-interface-executor-plugins = "^2.0.0"
snakemake-interface-executor-plugins = "^3.0.0"


[tool.poetry.group.dev.dependencies]
black = "^23.9.1"
flake8 = "^6.1.0"
coverage = "^7.3.1"
pytest = "^7.4.2"
snakemake = "^7.32.3"
snakemake = {git = "https://github.com/snakemake/snakemake.git", branch = "feat/api-rewrite"}

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 94c243f

Please sign in to comment.