Skip to content

Commit

Permalink
Require newer ms_peak_picker
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Jan 13, 2024
1 parent 7663eda commit a2d1d1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = ["setuptools",
"numpy==1.16.1; python_version <= '3.7' and python_version >= '3'",
"numpy==1.13.3; python_version=='2.7'",
"brain-isotopic-distribution >= 1.5.8",
"ms-peak-picker >= 0.1.41"]
"ms-peak-picker >= 0.1.45"]


[tool.ruff]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def status_msgs(*msgs):
"scipy",
"six",
"dill",
"ms_peak_picker >= 0.1.41",
"ms_peak_picker >= 0.1.45",
"brain-isotopic-distribution >= 1.5.8",
"pyteomics >= 4.6.2",
"lxml",
Expand Down
2 changes: 1 addition & 1 deletion src/ms_deisotope/deconvolution/peak_retention_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def infer_minimum_charge(self, charge_range: Tuple[int, int]):

class TopNRetentionStrategy(PeakRetentionStrategyBase):
"""
This strategy retains up to at most :attr:`n_peaks` peaks from the
Retain up to at most :attr:`n_peaks` peaks from the
leftover signal, and requires that any peaks it retains are atleast
:attr:`base_peak_coefficient` * the base peak of the original peak list.
Expand Down

0 comments on commit a2d1d1d

Please sign in to comment.