From e97d5f63c1a6cd90567ff84c68f155265b191fbd Mon Sep 17 00:00:00 2001 From: Kevin Velghe Date: Tue, 29 Oct 2024 14:06:41 +0100 Subject: [PATCH] require ms2rescore-rs version with file type check --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8356b3f..9f873ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "lxml>=4.5", "mokapot>=0.10", "ms2pip>=4.0.0", - "ms2rescore_rs>=0.3.0", + "ms2rescore_rs>=0.4.0", "numpy>=1.25", "pandas>=1", "plotly>=5",