From 65eac755630c090d6a81236c8fdad9b4eeef734e Mon Sep 17 00:00:00 2001 From: meesters Date: Mon, 15 Dec 2025 12:11:48 +0100 Subject: [PATCH] fix: jobstep plugin with new functionality required --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a86031..e8dc8ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ keywords = ["snakemake", "plugin", "executor", "cluster", "slurm"] python = "^3.11" snakemake-interface-common = "^1.21.0" snakemake-interface-executor-plugins = "^9.3.9" -snakemake-executor-plugin-slurm-jobstep = "^0.3.0" +snakemake-executor-plugin-slurm-jobstep = "^0.4.0" pandas = "^2.2.3" numpy = ">=1.26.4, <3" throttler = "^1.2.2"