Skip to content

Commit

Permalink
Merge pull request #52 from RIVM-bioinformatics/fix_pyopenssl_error
Browse files Browse the repository at this point in the history
upgrade to pyopenssl>=24
  • Loading branch information
KHajji authored Nov 29, 2024
2 parents 40625dd + b52c893 commit c153043
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion envs/juno_typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ dependencies:
- blast=2.12.0
- pip=23.*
- pulp=2.7.0
- pyopenssl>=24.0.0
- pip:
- "--editable=git+https://github.com/RIVM-bioinformatics/[email protected]#egg=juno_library"
- "--editable=git+https://github.com/RIVM-bioinformatics/[email protected]#egg=juno_library"
6 changes: 3 additions & 3 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__package_name__ = "juno_typing"
__authors__ = "Alejandra Hernández Segura and Karim Hajji"
__email__ = "karim.hajji@rivm.nl"
__authors__ = "Alejandra Hernández Segura, Karim Hajji and Roxanne Wolthuis"
__email__ = "roxanne.wolthuis@rivm.nl"
__license__ = "AGPLv3"
__version__ = "0.8.4"
__version__ = "0.8.6"
__description__ = "Juno Typing has incorporates many tools to type bacteria."

0 comments on commit c153043

Please sign in to comment.