Skip to content

Commit e6f2d61

Browse files
authored
Merge pull request #38 from bigbio/dev
forcing openms version higher than 2.4.0
2 parents 5620ead + dd9a841 commit e6f2d61

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
dependencies:
88
- click
99
- sdrf-pipelines>=0.0.31
10-
- pyopenms
10+
- pyopenms>=2.4.0
1111
- pandas
1212
- numpy
1313
- pyarrow

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ packages = [
3232
python = ">=3.8,<3.11"
3333
click = "*"
3434
sdrf-pipelines = ">=0.0.31"
35-
pyopenms = "*"
35+
pyopenms = ">=2.4.0"
3636
ms2rescore = "3.0.3"
3737
pandas = "*"
3838
numpy = "*"

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requirements:
2424
- python >=3.8,<3.11
2525
- click
2626
- sdrf-pipelines>=0.0.31
27-
- pyopenms
27+
- pyopenms>=2.4.0
2828
- pandas
2929
- numpy
3030
- pyarrow

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click
22
sdrf-pipelines>=0.0.31
3-
pyopenms
3+
pyopenms>=2.4.0
44
ms2rescore==3.0.3
55
pandas
66
numpy

0 commit comments

Comments
 (0)