From 694866adbf96635f74bb0bb90203e079246cff83 Mon Sep 17 00:00:00 2001 From: Pip Liggins Date: Fri, 29 Nov 2024 13:38:03 +0000 Subject: [PATCH] Add autoparser to docs requirements --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"