Skip to content

Commit

Permalink
Merge pull request #38 from bigbio/dev
Browse files Browse the repository at this point in the history
forcing openms version higher than 2.4.0
  • Loading branch information
ypriverol authored Nov 30, 2024
2 parents 5620ead + dd9a841 commit e6f2d61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
dependencies:
- click
- sdrf-pipelines>=0.0.31
- pyopenms
- pyopenms>=2.4.0
- pandas
- numpy
- pyarrow
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ packages = [
python = ">=3.8,<3.11"
click = "*"
sdrf-pipelines = ">=0.0.31"
pyopenms = "*"
pyopenms = ">=2.4.0"
ms2rescore = "3.0.3"
pandas = "*"
numpy = "*"
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requirements:
- python >=3.8,<3.11
- click
- sdrf-pipelines>=0.0.31
- pyopenms
- pyopenms>=2.4.0
- pandas
- numpy
- pyarrow
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click
sdrf-pipelines>=0.0.31
pyopenms
pyopenms>=2.4.0
ms2rescore==3.0.3
pandas
numpy
Expand Down

0 comments on commit e6f2d61

Please sign in to comment.