Skip to content

Commit

Permalink
chore: update dependencies in pyproject.toml 📦
Browse files Browse the repository at this point in the history
- Bump version to 1.0.9 in `pyproject.toml`
- Update `h3daemon` to version 2.0.3
- Update `deciphon-core` to version 1.0.15
  • Loading branch information
horta committed Feb 19, 2025
1 parent e393c27 commit aed7835
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 @@
[project]
name = "deciphon"
version = "1.0.8"
version = "1.0.9"
description = "Individually annotate long, error-prone nucleotide sequences into proteins"
authors = [{ name = "Danilo Horta", email = "[email protected]" }]
requires-python = "~=3.11"
Expand All @@ -20,10 +20,10 @@ dependencies = [
"h3result>=1.0.3,<2",
"loguru>=0.7.2,<0.8",
"deciphon-schema>=0.2.0",
"h3daemon>=2.0.2",
"h3daemon>=2.0.3",
"deciphon-worker>=0.5.2",
"pip>=24.3.1",
"deciphon-core>=1.0.13",
"deciphon-core>=1.0.15",
"paho-mqtt>=2.1.0",
"deciphon-poster>=0.2.4",
]
Expand Down

0 comments on commit aed7835

Please sign in to comment.