From 437b585dcf06c7273a5e206fb766a05173ef9215 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 5 Mar 2024 10:07:07 -0500 Subject: [PATCH] add examples install --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b72f012..8831195 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ 'html2text', 'duckduckgo-search', 'marvin>2,<3', - 'ibis-framework[duckdb]', #@ git+https://github.com/ibis-project/ibis', + 'ibis-framework[duckdb,examples]', # @ git+https://github.com/ibis-project/ibis', 'plotly', 'streamlit', ]