diff --git a/pyproject.toml b/pyproject.toml index da5a252..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 ", @@ -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"