Skip to content

Commit

Permalink
small code refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed May 28, 2024
1 parent 04b0022 commit 5c78181
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ channels:
dependencies:
- click
- sdrf-pipelines
- pyopenms
- bioconda::pyopenms==3.1.0
- ms2rescore=3.0.2
- psm-utils=0.8.0
- psm-utils=0.7.4
- pydantic
- pandas
- protobuf>=3.9.2,<4 # Ensure compatibility with tensorboard
- numpy
- numpy=1.26.3
- pip
- pip:
- tensorboard
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ms2rescore==3.0.2
psm-utils==0.8.0
pydantic
pandas
numpy
numpy==1.26.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
INSTALL_REQUIRES = [
"click",
"sdrf-pipelines",
"pyopenms",
"pyopenms==3.1.0",
"ms2rescore==3.0.2",
"psm-utils==0.8.0",
"pydantic",
Expand Down

0 comments on commit 5c78181

Please sign in to comment.