From 54f0fe5f146139205eecabd5c73a69640dd327aa Mon Sep 17 00:00:00 2001 From: RalfG Date: Thu, 4 Jul 2024 19:02:00 +0200 Subject: [PATCH] Upgrade to Pyteomics 4.7.2 (contains caching of resolved modifications) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5213e18..ad75f44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "pandas>=1.0", "plotly>=5", "psm_utils>=0.9", - "pyteomics>=4.1.0, <4.7", + "pyteomics>=4.7.2", "rich>=12", "tomli>=2; python_version < '3.11'", ]