diff --git a/pyproject.toml b/pyproject.toml index 243e513..822918c 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.22" +version = "0.0.23" authors = [ "Yasset Perez-Riverol ", "Dai Chengxin ", @@ -31,7 +31,7 @@ packages = [ [tool.poetry.dependencies] python = "*" click = "*" -sdrf-pipelines = ">=0.0.31" +sdrf-pipelines = ">=0.0.32" pyopenms = ">=3.2.0" pandas = "*" pyarrow = ">=16.1.0" @@ -55,4 +55,4 @@ target-version = ["py39"] [build-system] requires = ["poetry-core>=1.2.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" diff --git a/quantmsutils/__init__.py b/quantmsutils/__init__.py index e8c353d..40b07ef 100644 --- a/quantmsutils/__init__.py +++ b/quantmsutils/__init__.py @@ -1 +1 @@ -__version__ = "0.0.22" \ No newline at end of file +__version__ = "0.0.23" diff --git a/recipe/meta.yaml b/recipe/meta.yaml index aaf9052..d0c8ed0 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ # recipe/meta.yaml package: name: quantms-utils - version: "0.0.22" + version: "0.0.23" source: path: ../ @@ -23,7 +23,7 @@ requirements: run: - python - click - - sdrf-pipelines>=0.0.31 + - sdrf-pipelines>=0.0.32 - pyopenms>=3.3.0 - pandas - pyarrow>=16.1.0 @@ -43,4 +43,4 @@ about: extra: recipe-maintainers: - - ypriverol \ No newline at end of file + - ypriverol