Skip to content

Commit

Permalink
Merge pull request #12 from bigbio/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
daichengxin authored Oct 8, 2024
2 parents 9cb1ab0 + 2f9ab75 commit 68b00e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- conda-forge
dependencies:
- click
- sdrf-pipelines>=0.0.29
- sdrf-pipelines>=0.0.30
- pyopenms
- ms2rescore=3.0.3
- deeplc=2.2.38
Expand Down
2 changes: 1 addition & 1 deletion quantmsutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.11"
__version__ = "0.0.12"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click
sdrf-pipelines>=0.0.29
sdrf-pipelines>=0.0.30
pyopenms
ms2rescore==3.0.3
deeplc==2.2.38
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_version(rel_path):

INSTALL_REQUIRES = [
"click",
"sdrf-pipelines>=0.0.29",
"sdrf-pipelines>=0.0.30",
"pyopenms",
"ms2rescore==3.0.3",
"deeplc==2.2.38",
Expand Down

0 comments on commit 68b00e9

Please sign in to comment.