From a0b0af6b3daea16ac0bf80faa41aac4f7ffca4e9 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 13 Jul 2025 18:13:51 +0200 Subject: [PATCH] adding gradio to dependencies for dataset inspector --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ce72901..9cc5254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ dependencies = [ "openai", "pydantic", "litellm", + "gradio", ] [project.optional-dependencies]