Skip to content

Commit

Permalink
Update versions for dependencies and packages 🎉
Browse files Browse the repository at this point in the history
- Bump version in `cli/pyproject.toml` to 1.0.1
- Update `h3daemon` and `psutil` in `cli/pyproject.toml`
- Modify version in `sched/pyproject.toml` to 1.0.5
- Update `deciphon-snap` in `sched/pyproject.toml`
  • Loading branch information
horta committed Oct 31, 2024
1 parent bc9f691 commit f461432
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deciphon"
version = "1.0.0"
version = "1.0.1"
description = "Individually annotate long, error-prone nucleotide sequences into proteins"
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand All @@ -11,16 +11,16 @@ packages = [{ include = "deciphon" }]
python = "^3.9"
cffi = "^1.16"
fasta-reader = "^3.0.3"
h3daemon = "^0.14"
hmmer = "^3.4"
ijson = "^3.3"
pydantic = "^2.9"
typer = "^0.12"
rich = "^13.8"
deciphon-snap = "^1.0.0"
deciphon-snap = "^1.0.1"
more-itertools = "^10.5"
psutil = "^6.0.0"
psutil = "^6.1.0"
deciphon-core = "^1.0.0"
h3daemon = "^0.14.6"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2"
Expand Down
4 changes: 2 additions & 2 deletions sched/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deciphon-sched"
version = "1.0.4"
version = "1.0.5"
description = "Deciphon scheduler"
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand All @@ -21,7 +21,7 @@ loguru = "^0.7"
deciphon-core = "1.0.1"
python-multipart = "^0.0.10"
aiomqtt = "^2.3"
deciphon-snap = "^1.0.0"
deciphon-snap = "^1.0.1"
sqlalchemy = "^2.0"
boto3 = "^1.35"
tenacity = "^9.0.0"
Expand Down

0 comments on commit f461432

Please sign in to comment.