From 6958215e2957c458eabddab90d0b3b69046a11a2 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Wed, 25 Mar 2026 13:47:25 +0100 Subject: [PATCH 1/2] minor changes in quantms-utils --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da5a252..13980ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ packages = [ [tool.poetry.dependencies] python = "*" click = "*" -sdrf-pipelines = ">=0.1.1" +sdrf-pipelines = ">=0.1.2" pyopenms = ">=3.3.0" pandas = "*" pyarrow = ">=16.1.0" From b258aaeec12aa635edf5451156d79bafdcbd4f27 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Wed, 25 Mar 2026 13:48:02 +0100 Subject: [PATCH 2/2] version up --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13980ff..c4af95c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "quantms-utils" description = "Python scripts and helpers for the quantMS workflow" readme = "README.md" license = "MIT" -version = "0.0.26" +version = "0.0.27" authors = [ "Yasset Perez-Riverol ", "Dai Chengxin ",