Skip to content

Commit

Permalink
Merge pull request #189 from compomics/versions
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
RalfG committed Sep 17, 2024
2 parents 0095fa8 + 9052fea commit b1e23f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion ms2rescore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""MS²Rescore: Sensitive PSM rescoring with predicted MS² peak intensities and RTs."""

__version__ = "3.1.1"
__version__ = "3.1.2"

from warnings import filterwarnings

Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
]
dynamic = ["version"]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"cascade-config>=0.4.0",
"click>=7",
"customtkinter>=5,<6",
"deeplc>=2.2",
"deeplcretrainer>=0.2",
"deeplc>=3.1",
"deeplcretrainer",
"im2deep>=0.1.3",
"jinja2>=3",
"lxml>=4.5",
"mokapot>=0.9",
"mokapot>=0.10",
"ms2pip>=4.0.0",
"ms2rescore_rs>=0.3.0",
"numpy>=1.16.0",
"pandas>=1.0",
"numpy>=1.25",
"pandas>=1",
"plotly>=5",
"psm_utils>=0.9",
"psm_utils>=1.1",
"pyteomics>=4.7.2",
"rich>=12",
"tomli>=2; python_version < '3.11'",
Expand Down

0 comments on commit b1e23f3

Please sign in to comment.