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"
3
3
description = " Python scripts and helpers for the quantMS workflow"
4
4
readme = " README.md"
5
5
license = " MIT"
6
- version = " 0.0.22 "
6
+ version = " 0.0.23 "
7
7
authors = [
8
8
" Yasset Perez-Riverol <[email protected] >" ,
9
9
" Dai Chengxin <[email protected] >" ,
@@ -31,7 +31,7 @@ packages = [
31
31
[tool .poetry .dependencies ]
32
32
python = " *"
33
33
click = " *"
34
- sdrf-pipelines = " >=0.0.31 "
34
+ sdrf-pipelines = " >=0.0.32 "
35
35
pyopenms = " >=3.2.0"
36
36
pandas = " *"
37
37
pyarrow = " >=16.1.0"
@@ -55,4 +55,4 @@ target-version = ["py39"]
55
55
56
56
[build-system ]
57
57
requires = [" 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 1
1
# recipe/meta.yaml
2
2
package :
3
3
name : quantms-utils
4
- version : " 0.0.22 "
4
+ version : " 0.0.23 "
5
5
6
6
source :
7
7
path : ../
@@ -23,7 +23,7 @@ requirements:
23
23
run :
24
24
- python
25
25
- click
26
- - sdrf-pipelines>=0.0.31
26
+ - sdrf-pipelines>=0.0.32
27
27
- pyopenms>=3.3.0
28
28
- pandas
29
29
- pyarrow>=16.1.0
43
43
44
44
extra :
45
45
recipe-maintainers :
46
- - ypriverol
46
+ - ypriverol
You can’t perform that action at this time.
0 commit comments