Skip to content

Commit 94d1939

Browse files
committed
timsrust: Wait to add optional dependency until on PyPI; version bump
1 parent 662bb3a commit 94d1939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ms2pip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# isort: skip_file
22
"""MS2PIP: Accurate and versatile peptide fragmentation spectrum prediction."""
33

4-
__version__ = "4.0.0-dev7"
4+
__version__ = "4.0.0-dev8"
55

66
from warnings import filterwarnings
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050

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

0 commit comments

Comments
 (0)