-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and fix test process handling ðŸ›
- Bumped version in python-core/pyproject.toml to "1.0.11" - Upgraded h3daemon dependency in both TOML files - Updated deciphon-core dependency in worker TOML file - Improved test process handling in test_hmmer.py These updates ensure compatibility with the latest features and fix potential issues in tests by properly managing asynchronous operations.
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "deciphon-core" | ||
version = "1.0.9" | ||
version = "1.0.11" | ||
description = "Python wrapper around the Deciphon C library" | ||
authors = ["Danilo Horta <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -24,7 +24,7 @@ generate-setup-file = false | |
|
||
[tool.poetry.group.dev.dependencies] | ||
pytest = "^8.2" | ||
h3daemon = "^0.16.9" | ||
h3daemon = "^0.16.14" | ||
gitpython = "^3.1.43" | ||
|
||
[tool.pytest.ini_options] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters