Skip to content

Commit

Permalink
Update dependencies and version to 0.12.1
Browse files Browse the repository at this point in the history
- Bump version to 0.12.1
- Update h3result to ^1.0
- Update prettytable to ^3.11
- Update pydantic to ^2.9
  • Loading branch information
horta committed Sep 27, 2024
1 parent d165dfa commit 523b966
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snap/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deciphon-snap"
version = "0.12.0"
version = "0.12.1"
description = "Reader for Deciphon snap files."
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand All @@ -10,11 +10,11 @@ packages = [{ include = "deciphon_snap" }]
[tool.poetry.dependencies]
python = "^3.9"
fsspec = ">=2024.5.0"
h3result = "^0.3"
h3result = "^1.0"
fasta-reader = "^3.0"
deciphon-intervals = "^0.1"
prettytable = "^3.10"
pydantic = "^2.7"
prettytable = "^3.11"
pydantic = "^2.9"
hmmer-tables = "^0.6"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 523b966

Please sign in to comment.