Skip to content

Commit

Permalink
Add tdf optional dependency (now on PyPI)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Mar 27, 2024
1 parent 2d80304 commit 582fbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
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"]
dev = ["black", "isort>5", "pytest"]
docs = [
"sphinx",
Expand Down

0 comments on commit 582fbf9

Please sign in to comment.