We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f629452 commit 8e5d597Copy full SHA for 8e5d597
pyproject.toml
@@ -19,7 +19,7 @@ snakemake-interface-common = "^1.13.0"
19
snakemake-interface-executor-plugins = "^9.1.1"
20
snakemake-executor-plugin-slurm-jobstep = "^0.3.0"
21
pandas = "^2.2.3"
22
-numpy = "^1.26.4"
+numpy = ">=1.26.4, <2"
23
throttler = "^1.2.2"
24
25
[tool.poetry.group.dev.dependencies]
0 commit comments