diff --git a/pyproject.toml b/pyproject.toml index 790695f..0cfd875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,8 @@ docs = [ "sphinx==8.*; python_version >= '3.10'", "sphinx-book-theme", "sphinxcontrib-mermaid", - "myst-nb==1.*" + "myst-nb==1.*", + "adtl[autoparser]" ] parquet = [ "polars"