Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>=3.0.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 = ">=3.0.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>=3.0.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>=3.0.0
ms2rescore==3.0.3
pandas
numpy
Expand Down
Loading