diff --git a/pyproject.toml b/pyproject.toml index d34c37e..9cc9c91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",