Skip to content

Commit

Permalink
fix: update to latest snakemake-interface-executor-plugins (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake VanCampen <[email protected]>
  • Loading branch information
johanneskoester and jakevc authored Apr 18, 2024
1 parent 6d8f00a commit 5b145a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "snakemake-executor-plugin-azure-batch"
version = "0.1.3"
description = "A Snakemake executor plugin for submitting jobs to Microsoft Azure Batch."
authors = [
"Jake van Campen <[email protected]>",
"Jake VanCampen <[email protected]>",
"Johannes Koester <[email protected]>"
]
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ keywords = ["snakemake", "plugin", "executor", "azure-batch"]
[tool.poetry.dependencies]
python = "^3.11"
snakemake-interface-common = "^1.15.0"
snakemake-interface-executor-plugins = "^8.1.1"
snakemake-interface-executor-plugins = ">=9.0.0,<10.0.0"
azure-storage-blob = "^12.17.0"
azure-batch = "^14.0.0"
azure-mgmt-batch = "^17.0.0"
Expand All @@ -28,7 +28,7 @@ flake8 = "^6.1.0"
coverage = "^7.3.1"
pytest = "^7.4.2"
snakemake = {git = "https://github.com/snakemake/snakemake.git"}
snakemake-storage-plugin-s3 = "0.2.8"
snakemake-storage-plugin-s3 = "0.2.10"

[tool.coverage.run]
omit = [".*", "*/site-packages/*", "Snakefile"]
Expand Down

0 comments on commit 5b145a9

Please sign in to comment.