From d91a02c4e58e3d0d37ef1c04a090a8a4d474b2fa Mon Sep 17 00:00:00 2001 From: Kevin Velghe Date: Fri, 23 Aug 2024 14:26:05 +0200 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 f829cce..c9acd4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "lxml>=4.5", "mokapot>=0.9", "ms2pip>=4.0.0", - "ms2rescore_rs>=0.3.0", + "ms2rescore_rs>=0.4.0", "numpy>=1.16.0", "pandas>=1.0", "plotly>=5",