Skip to content

Commit 582fbf9

Browse files
committed
Add tdf optional dependency (now on PyPI)
1 parent 2d80304 commit 582fbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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"]
5454
dev = ["black", "isort>5", "pytest"]
5555
docs = [
5656
"sphinx",

0 commit comments

Comments
 (0)