Skip to content

Commit d4121ca

Browse files
authored
Merge pull request #248 from CompOmics/version-bump
Update installer dependencies; update lock file; version bump
2 parents a367b30 + 426c800 commit d4121ca

File tree

3 files changed

+1894
-2090
lines changed

3 files changed

+1894
-2090
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
28+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2929
steps:
3030
- uses: actions/checkout@v4
3131

pyproject.toml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ms2rescore"
3-
version = "3.2.0.post1"
3+
version = "3.2.1"
44
description = " Modular and user-friendly platform for AI-assisted rescoring of peptide identifications."
55
readme = "README.md"
66
license = { file = "LICENSE" }
@@ -31,7 +31,7 @@ classifiers = [
3131
"Topic :: Scientific/Engineering :: Bio-Informatics",
3232
"Development Status :: 5 - Production/Stable",
3333
]
34-
requires-python = ">=3.10"
34+
requires-python = ">=3.11"
3535
dependencies = [
3636
"cascade-config>=0.4.0",
3737
"click>=7",
@@ -75,10 +75,14 @@ docs = [
7575
installer = [
7676
# Pinned dependencies for reproducible Windows installer builds
7777
"pyinstaller",
78-
"pyopenms==3.3",
78+
"pyopenms==3.5",
7979
"ionmob>=0.2",
8080
"tensorflow",
81-
"im2deep==1.1.1",
81+
"psm_utils==1.5.1",
82+
"ms2rescore-rs==0.4.3",
83+
"deeplc==3.1.13",
84+
"im2deep==1.2.0",
85+
"cbor2",
8286
]
8387

8488
[project.urls]
@@ -106,11 +110,11 @@ profile = "black"
106110

107111
[tool.black]
108112
line-length = 99
109-
target-version = ['py39']
113+
target-version = ['py311']
110114

111115
[tool.ruff]
112116
line-length = 99
113-
target-version = 'py39'
117+
target-version = 'py311'
114118

115119
[tool.ruff.lint]
116120
extend-select = ["T201", "T203"]

0 commit comments

Comments
 (0)