-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update `ci.yml` to run in multiple python versions * update biopython minimal version * update base python image * update python version classifiers * update `pypi-publish.yml` * bump version * typo
- Loading branch information
1 parent
a325426
commit 062504e
Showing
4 changed files
with
22 additions
and
11 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
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
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,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "prodigy-prot" | ||
license = "Apache-2.0" | ||
version = "2.2.2" | ||
version = "2.2.3" | ||
description = "PROtein binDIng enerGY prediction" | ||
authors = [ | ||
"Computational Structural Biology Group at Utrecht University <[email protected]>", | ||
|
@@ -10,16 +10,17 @@ readme = "README.md" | |
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: Scientific/Engineering :: Chemistry", | ||
"Topic :: Scientific/Engineering :: Bio-Informatics", | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
biopython = "1.80" | ||
biopython = "^1.80" | ||
freesasa = "2.2.1" | ||
numpy = "^1.22.0" | ||
|
||
|