Skip to content

Commit b1e23f3

Browse files
authored
Merge pull request #189 from compomics/versions
Update dependencies
2 parents 0095fa8 + 9052fea commit b1e23f3

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.9", "3.10", "3.11"]
1616
steps:
1717
- uses: actions/checkout@v4
1818

ms2rescore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""MS²Rescore: Sensitive PSM rescoring with predicted MS² peak intensities and RTs."""
22

3-
__version__ = "3.1.1"
3+
__version__ = "3.1.2"
44

55
from warnings import filterwarnings
66

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@ classifiers = [
3030
"Development Status :: 5 - Production/Stable",
3131
]
3232
dynamic = ["version"]
33-
requires-python = ">=3.8"
33+
requires-python = ">=3.9"
3434
dependencies = [
3535
"cascade-config>=0.4.0",
3636
"click>=7",
3737
"customtkinter>=5,<6",
38-
"deeplc>=2.2",
39-
"deeplcretrainer>=0.2",
38+
"deeplc>=3.1",
39+
"deeplcretrainer",
4040
"im2deep>=0.1.3",
4141
"jinja2>=3",
4242
"lxml>=4.5",
43-
"mokapot>=0.9",
43+
"mokapot>=0.10",
4444
"ms2pip>=4.0.0",
4545
"ms2rescore_rs>=0.3.0",
46-
"numpy>=1.16.0",
47-
"pandas>=1.0",
46+
"numpy>=1.25",
47+
"pandas>=1",
4848
"plotly>=5",
49-
"psm_utils>=0.9",
49+
"psm_utils>=1.1",
5050
"pyteomics>=4.7.2",
5151
"rich>=12",
5252
"tomli>=2; python_version < '3.11'",

0 commit comments

Comments
 (0)