From f7bb6bad0dfc404b60f2f79b90771f6dad2b1d37 Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Mon, 18 Mar 2024 14:26:12 +0000 Subject: [PATCH] update deps --- cli/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 1f66464..72dca7d 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deciphon" -version = "0.13.5" +version = "0.13.6" description = "Individually annotate long, error-prone nucleotide sequences into proteins" authors = ["Danilo Horta "] license = "MIT" @@ -10,7 +10,7 @@ packages = [{ include = "deciphon" }] [tool.poetry.dependencies] python = "^3.9" cffi = "^1.15.1" -deciphon-core = ">=0.23.6" +deciphon-core = ">=0.23.8" fasta-reader = "^3" h3daemon = ">=0.13.8" hmmer = "^0" @@ -18,7 +18,7 @@ ijson = "^3.2.3" pydantic = "^2" typer = "^0" rich = "^13" -deciphon-snap = "^0.11.0" +deciphon-snap = "^0.11.2" [tool.poetry.group.dev.dependencies] pytest = ">=7.3.2"