Skip to content

Commit

Permalink
Update dependencies; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Apr 8, 2024
1 parent 573795b commit dcce1ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ms2pip/__init__.py
@@ -1,7 +1,7 @@
# isort: skip_file
"""MS2PIP: Accurate and versatile peptide fragmentation spectrum prediction."""

__version__ = "4.0.0-dev9"
__version__ = "4.0.0-dev10"

from warnings import filterwarnings

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -44,13 +44,13 @@ dependencies = [
"lxml>=4",
"rich>=13",
"pydantic>=1.10,<2",
"psm_utils>=0.2.0",
"werkzeug>=2",
"psm_utils>=0.8.0",
"ms2rescore-rs",
]

[project.optional-dependencies]
plotting = ["matplotlib>=3.0", "spectrum-utils>=0.4"]
tdf = ["timsrust_pyo3"]
dev = ["black", "isort>5", "pytest"]
docs = [
"sphinx",
Expand Down

0 comments on commit dcce1ac

Please sign in to comment.