Skip to content

Commit

Permalink
Bumpy minimal numpy/python (#23)
Browse files Browse the repository at this point in the history
* bumpy numpy version

related to https://github.com/haddocking/prodigy/security/dependabot/1

* bump project minor version
  • Loading branch information
rvhonorato authored Mar 29, 2023
1 parent 2cade4b commit 71b4509
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
python-version: ["3.7.15", "3.8.16", "3.9.16", "3.10.9"]
python-version: ["3.8.16", "3.9.16", "3.10.9"]

runs-on: ${{ matrix.platform }}
steps:
Expand Down
66 changes: 33 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prodigy/predict_IC.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from __future__ import division, print_function

__version__ = "2.1.2"
__version__ = "2.1.3"

__author__ = ["Anna Vangone", "Joao Rodrigues", "Joerg Schaarschmidt"]

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "prodigy"
license = "Apache-2.0"
version = "2.1.2"
version = "2.1.3"
description = "PROtein binDIng enerGY prediction"
authors = [
"Computational Structural Biology Group at Utrecht University <[email protected]>",
Expand All @@ -10,7 +10,6 @@ readme = "README.md"
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -19,9 +18,10 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
biopython = "1.80"
freesasa = "2.1.0"
numpy = "^1.22.0"

[tool.poetry.scripts]
prodigy = "prodigy.predict_IC:main"
Expand Down

0 comments on commit 71b4509

Please sign in to comment.