From f7878cfe21ab4a87ac5524483e924b7b9ebd0312 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 02:14:09 +0000 Subject: [PATCH] chore(deps): update dependency sourmash to v4.8.4 (#209) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54c71b36..5012c428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -182,7 +182,7 @@ dependencies = [ "pandas==2.1.0", "pybedtools==0.9.1", "seaborn==0.12.2", - "sourmash==4.8.3", + "sourmash==4.8.4", "torch==2.0.1", "torchvision==0.15.2", "wandb==0.15.10",