We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662bb3a commit 94d1939Copy full SHA for 94d1939
ms2pip/__init__.py
@@ -1,7 +1,7 @@
1
# isort: skip_file
2
"""MS2PIP: Accurate and versatile peptide fragmentation spectrum prediction."""
3
4
-__version__ = "4.0.0-dev7"
+__version__ = "4.0.0-dev8"
5
6
from warnings import filterwarnings
7
pyproject.toml
@@ -50,7 +50,7 @@ dependencies = [
50
51
[project.optional-dependencies]
52
plotting = ["matplotlib>=3.0", "spectrum-utils>=0.4"]
53
-tdf = ["timsrust_pyo3@git+https://github.com/jspaezp/timsrust_pyo3#egg=0f40c31"]
+# tdf = ["timsrust_pyo3@git+https://github.com/jspaezp/timsrust_pyo3#egg=0f40c31"]
54
dev = ["black", "isort>5", "pytest"]
55
docs = [
56
"sphinx",
0 commit comments