From dcce1ac603127e9c5dbe784a75217722d839c184 Mon Sep 17 00:00:00 2001 From: RalfG Date: Mon, 8 Apr 2024 15:08:49 +0200 Subject: [PATCH] Update dependencies; version bump --- ms2pip/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ms2pip/__init__.py b/ms2pip/__init__.py index ec27b18..714bf00 100644 --- a/ms2pip/__init__.py +++ b/ms2pip/__init__.py @@ -1,7 +1,7 @@ # isort: skip_file """MS2PIP: Accurate and versatile peptide fragmentation spectrum prediction.""" -__version__ = "4.0.0-dev9" +__version__ = "4.0.0-dev10" from warnings import filterwarnings diff --git a/pyproject.toml b/pyproject.toml index 9cc9c91..32190c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,13 +44,13 @@ dependencies = [ "lxml>=4", "rich>=13", "pydantic>=1.10,<2", - "psm_utils>=0.2.0", "werkzeug>=2", + "psm_utils>=0.8.0", + "ms2rescore-rs", ] [project.optional-dependencies] plotting = ["matplotlib>=3.0", "spectrum-utils>=0.4"] -tdf = ["timsrust_pyo3"] dev = ["black", "isort>5", "pytest"] docs = [ "sphinx",