Skip to content

Commit

Permalink
update numpy version (#39)
Browse files Browse the repository at this point in the history
* update numpy version

* bump version
  • Loading branch information
rvhonorato authored Oct 14, 2024
1 parent 807f57a commit 79f8f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
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.4"
version = "2.2.5"
description = "PROtein binDIng enerGY prediction"
authors = [
"Computational Structural Biology Group at Utrecht University <[email protected]>",
Expand All @@ -22,7 +22,7 @@ classifiers = [
python = "^3.9"
biopython = "^1.80"
freesasa = "2.2.1"
numpy = "^1.22.0"
numpy = "^2"

[tool.poetry.group.test.dependencies]
pytest = "^8.1.1"
Expand Down

0 comments on commit 79f8f9a

Please sign in to comment.