From 5a9c28b73acae4a413c99dd413dc5dbdea394767 Mon Sep 17 00:00:00 2001 From: Mario Picciani Date: Sun, 26 May 2024 11:12:18 +0200 Subject: [PATCH] updated spectrum_fundamentals min dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0651f6e..72624b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ h5py = "^3.1.0" pymzml = "^2.5.0" pyteomics = "^4.3.3" lxml= '^4.5.2' -spectrum-fundamentals = ">=0.5.2,<0.6.0" +spectrum-fundamentals = ">=0.5.4,<0.6.0" alphatims = "^1.0.8" sortedcontainers = "^2.4.0"