File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "quantms-utils"
33description = " Python scripts and helpers for the quantMS workflow"
44readme = " README.md"
55license = " MIT"
6- version = " 0.0.22 "
6+ version = " 0.0.23 "
77authors = [
88 " Yasset Perez-Riverol <[email protected] >" ,
99 " Dai Chengxin <[email protected] >" ,
@@ -31,7 +31,7 @@ packages = [
3131[tool .poetry .dependencies ]
3232python = " *"
3333click = " *"
34- sdrf-pipelines = " >=0.0.31 "
34+ sdrf-pipelines = " >=0.0.32 "
3535pyopenms = " >=3.2.0"
3636pandas = " *"
3737pyarrow = " >=16.1.0"
@@ -55,4 +55,4 @@ target-version = ["py39"]
5555
5656[build-system ]
5757requires = [" poetry-core>=1.2.0" ]
58- build-backend = " poetry.core.masonry.api"
58+ build-backend = " poetry.core.masonry.api"
Original file line number Diff line number Diff line change 1- __version__ = "0.0.22 "
1+ __version__ = "0.0.23 "
Original file line number Diff line number Diff line change 11# recipe/meta.yaml
22package :
33 name : quantms-utils
4- version : " 0.0.22 "
4+ version : " 0.0.23 "
55
66source :
77 path : ../
@@ -23,7 +23,7 @@ requirements:
2323 run :
2424 - python
2525 - click
26- - sdrf-pipelines>=0.0.31
26+ - sdrf-pipelines>=0.0.32
2727 - pyopenms>=3.3.0
2828 - pandas
2929 - pyarrow>=16.1.0
4343
4444extra :
4545 recipe-maintainers :
46- - ypriverol
46+ - ypriverol
You can’t perform that action at this time.
0 commit comments