From 45128e8418c9cdc21fdc590fdbac7b96755266b0 Mon Sep 17 00:00:00 2001 From: Johnson Wang Date: Fri, 20 Dec 2024 13:26:05 -0500 Subject: [PATCH] dependencies following doc for rendering --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4dd212bb..4606ab9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,3 +77,7 @@ docs = [ "sphinx-togglebutton", "sphinx_design", ] +render = [ + "pybind11[global]", + "open3d", +]