Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading