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 1f1306b commit f7bb6ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.5"
version = "0.13.6"
description = "Individually annotate long, error-prone nucleotide sequences into proteins"
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand All @@ -10,15 +10,15 @@ 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"
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"
Expand Down

0 comments on commit f7bb6ba

Please sign in to comment.