Skip to content

Commit

Permalink
Bump version and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Feb 26, 2024
1 parent 9199fad commit 1facf08
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.12.4"
version = "0.13.0"
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.22.2"
deciphon-core = ">=0.23.2"
fasta-reader = "^3"
h3daemon = ">=0.13.8"
hmmer = "^0"
ijson = "^3.2.3"
pydantic = "^2"
typer = "^0"
rich = "^13"
deciphon-snap = "^0.10.1"
deciphon-snap = "^0.11.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.3.2"
Expand Down

0 comments on commit 1facf08

Please sign in to comment.