From 9376496391c5203158fbf5e2125aa1ebe19b1b5c Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Thu, 11 Jun 2026 09:40:08 -0500 Subject: [PATCH] chore: use dsub fork --- environment.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 4361834a..b026787f 100644 --- a/environment.yml +++ b/environment.yml @@ -35,5 +35,8 @@ dependencies: - sphinx=7.4.7 - sphinx-rtd-theme=2.0.0 + # dsub 0.4.13 pins tenacity<=8.2.3, which is incompatible with snakemake 9.x. + # Using a fork with the upper bound relaxed until dsub merges the fix: + # https://github.com/DataBiosphere/dsub/pull/329 - pip: - - dsub==0.4.13 + - git+https://github.com/tristan-f-r/dsub.git@65c0b0934bbf5af8ee5aefd4953b69420814a879