Skip to content

Commit

Permalink
remove ms2rescore.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Dec 1, 2024
1 parent 7183557 commit 08da89b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dependencies:
- pyopenms
- pandas
- numpy
- pyarrow>=18.0.0
- pyarrow>=18.0.0
- scipy
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pyopenms = "*"
pandas = "*"
numpy = "*"
pyarrow = ">=18.0.0"
scipy = "*"

[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 @@ -28,6 +28,7 @@ requirements:
- pandas
- numpy
- pyarrow>=18.0.0
- scipy
test:
imports:
- quantmsutils
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pyopenms
pandas
numpy
pyarrow>=18.0.0
scipy

0 comments on commit 08da89b

Please sign in to comment.