Skip to content

Commit

Permalink
rolloback to ms2rescore 3.0.3 with fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Nov 21, 2024
1 parent 7165cb7 commit c4bc501
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
5 changes: 3 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ dependencies:
- numpy
- pyarrow
- pip
- pip:
- ms2rescore=3.1.3
- ms2rescore=3.0.3
- deepLC=2.2.38
- ms2pip=4.0.0
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ python = ">=3.8,<3.12"
click = "*"
sdrf-pipelines = ">=0.0.31"
pyopenms = "*"
ms2rescore = "3.1.3"
ms2rescore = "3.0.3"
pandas = "*"
numpy = "*"
pyarrow = "*"
psm-utils = "0.8.3"
deepLC = "2.2.38"

[tool.poetry.urls]
GitHub = "https://github.com/bigbio/quantms-utils"
Expand Down
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ requirements:
- pandas
- numpy
- pyarrow
- ms2rescore==3.1.3
- ms2rescore==3.0.3
- deepLC==2.2.38
- ms2pip==4.0.0
test:
imports:
- quantmsutils
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pyopenms
ms2rescore==3.1.3
pandas
numpy
pyarrow
pyarrow
deepLC

0 comments on commit c4bc501

Please sign in to comment.