Skip to content

Commit

Permalink
update numpy version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato authored Oct 14, 2024
1 parent b5cbf5e commit 08e7597
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,6 +1,6 @@
[tool.poetry]
name = "prodigy-lig"
version = "1.1.2"
version = "1.1.3"
description = "Calculate protein-small molecule binding affinities."
authors = ["BonvinLab <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -19,7 +19,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9"
numpy = "^1.26.4"
numpy = "^2"
biopython = "^1.79"

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

0 comments on commit 08e7597

Please sign in to comment.