Skip to content

Commit

Permalink
timsrust: Wait to add optional dependency until on PyPI; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Mar 5, 2024
1 parent 662bb3a commit 94d1939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-dev7"
__version__ = "4.0.0-dev8"

from warnings import filterwarnings

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -50,7 +50,7 @@ dependencies = [

[project.optional-dependencies]
plotting = ["matplotlib>=3.0", "spectrum-utils>=0.4"]
tdf = ["timsrust_pyo3@git+https://github.com/jspaezp/timsrust_pyo3#egg=0f40c31"]
# tdf = ["timsrust_pyo3@git+https://github.com/jspaezp/timsrust_pyo3#egg=0f40c31"]
dev = ["black", "isort>5", "pytest"]
docs = [
"sphinx",
Expand Down

0 comments on commit 94d1939

Please sign in to comment.