From f4e5a38eb808f72923dd238b4895b5097ebd918b Mon Sep 17 00:00:00 2001 From: isabelizimm Date: Mon, 9 Dec 2024 15:43:05 -0500 Subject: [PATCH] add dependencies for running python in quarto --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78b3ac5..3acf3e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,10 @@ dev = [ "vetiver[docs]" ] docs = [ - "quartodoc" + "quartodoc", + # quarto render dependencies + "nbformat", + "nbclient" ] statsmodels = ["statsmodels"] torch = ["torch"]