Skip to content

Commit

Permalink
deepLC force version
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Nov 21, 2024
1 parent e6ebb99 commit a629cba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ dependencies:
- pip
- pip
- ms2rescore=3.1.3
- deepLC=>3.1
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ms2rescore = "3.1.3"
pandas = "*"
numpy = "*"
pyarrow = "*"
deepLC = ">=3.1"

[tool.poetry.urls]
GitHub = "https://github.com/bigbio/quantms-utils"
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ requirements:
- pyarrow
- pip
- ms2rescore=3.1.3
- deepLC=>3.1
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>=3.1

0 comments on commit a629cba

Please sign in to comment.