From 5ba3c2c5cc6ed01ea57c0db7b11a9ce9ebb46e8a Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Fri, 31 May 2024 20:12:48 +0100 Subject: [PATCH] support plugin sub classing --- pyproject.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e63803..470f4e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,15 +71,6 @@ optional-dependencies.dev = [ "pre-commit", ] -# For building the documentation -optional-dependencies.docs = [ - "nbsphinx", - "pandoc", - - "sphinx", - "sphinx-argparse", - "sphinx-rtd-theme", -] optional-dependencies.plugin = [ "ai-models", "tqdm",