From ae6bddbe9e51b25586825447deb6e50c3c84415b Mon Sep 17 00:00:00 2001 From: seqwellBioinfo <156371200+seqwellBioinfo@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:42:41 -0400 Subject: [PATCH] Update pyproject.toml for multiQC version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b454d4..0d5b3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] [tool.poetry.dependencies] -multiqc = "^1" +multiqc = "^1.21" python = "^3.11" defopt = "^6.4.0" kaleido = "0.2.1"