Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Mar 18, 2024
1 parent b9d5d9c commit 69df108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deciphon"
version = "0.13.6"
version = "0.13.7"
description = "Individually annotate long, error-prone nucleotide sequences into proteins"
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ packages = [{ include = "deciphon" }]
[tool.poetry.dependencies]
python = "^3.9"
cffi = "^1.15.1"
deciphon-core = ">=0.23.8"
deciphon-core = ">=0.23.9"
fasta-reader = "^3"
h3daemon = ">=0.13.8"
hmmer = "^0"
Expand Down

0 comments on commit 69df108

Please sign in to comment.