Skip to content

Commit 395943f

Browse files
committed
Version bump; update installer dependency pins; update lock file
1 parent a367b30 commit 395943f

File tree

2 files changed

+116
-608
lines changed

2 files changed

+116
-608
lines changed

pyproject.toml

Lines changed: 6 additions & 3 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" }
@@ -75,10 +75,13 @@ 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",
82+
"ms2rescore-rs==0.4.3",
83+
"deeplc==3.1.13",
84+
"im2deep==1.2.0",
8285
]
8386

8487
[project.urls]

0 commit comments

Comments
 (0)