diff --git a/environment.yml b/environment.yml index 0c53190..31f1371 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ channels: dependencies: - click - sdrf-pipelines>=0.0.31 - - pyopenms>=3.2.0 + - pyopenms>=3.3.0 - pandas - pyarrow>=16.1.0 - scipy \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d91c5e0..243e513 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.21" +version = "0.0.22" authors = [ "Yasset Perez-Riverol ", "Dai Chengxin ", @@ -55,4 +55,4 @@ target-version = ["py39"] [build-system] requires = ["poetry-core>=1.2.0"] -build-backend = "poetry.core.masonry.api" +build-backend = "poetry.core.masonry.api" \ No newline at end of file diff --git a/quantmsutils/__init__.py b/quantmsutils/__init__.py index c35625a..e8c353d 100644 --- a/quantmsutils/__init__.py +++ b/quantmsutils/__init__.py @@ -1 +1 @@ -__version__ = "0.0.21" +__version__ = "0.0.22" \ No newline at end of file diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ab0c949..aaf9052 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ # recipe/meta.yaml package: name: quantms-utils - version: "0.0.21" + version: "0.0.22" source: path: ../ @@ -24,7 +24,7 @@ requirements: - python - click - sdrf-pipelines>=0.0.31 - - pyopenms>=3.2.0 + - pyopenms>=3.3.0 - pandas - pyarrow>=16.1.0 - scipy @@ -43,4 +43,4 @@ about: extra: recipe-maintainers: - - ypriverol + - ypriverol \ No newline at end of file