Skip to content

Commit 08da89b

Browse files
committed
remove ms2rescore.py
1 parent 7183557 commit 08da89b

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ dependencies:
1010
- pyopenms
1111
- pandas
1212
- numpy
13-
- pyarrow>=18.0.0
13+
- pyarrow>=18.0.0
14+
- scipy

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pyopenms = "*"
3636
pandas = "*"
3737
numpy = "*"
3838
pyarrow = ">=18.0.0"
39+
scipy = "*"
3940

4041
[tool.poetry.urls]
4142
GitHub = "https://github.com/bigbio/quantms-utils"

recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ requirements:
2828
- pandas
2929
- numpy
3030
- pyarrow>=18.0.0
31+
- scipy
3132
test:
3233
imports:
3334
- quantmsutils

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ pyopenms
44
pandas
55
numpy
66
pyarrow>=18.0.0
7+
scipy

0 commit comments

Comments
 (0)