Skip to content

Commit

Permalink
Allow wider version range for umi tools
Browse files Browse the repository at this point in the history
  • Loading branch information
johandahlberg authored and fbdtemme committed Jul 12, 2024
1 parent d0d6c33 commit 57cf2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python = ">=3.10,<3.12"
click = "*"
yapf = "*"
cutadapt = ">=4.2"
umi_tools = "<=1.1.4"
umi_tools = ">=1.1.4,<2.0.0"
pyfastx = "*"
yappi = "*"
pandas = "^2.0.0"
Expand Down

0 comments on commit 57cf2f5

Please sign in to comment.