-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update to latest snakemake-interface-executor-plugins (#18)
Co-authored-by: Jake VanCampen <[email protected]>
- Loading branch information
1 parent
6d8f00a
commit 5b145a9
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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"] | ||
|