From e0f03c3ff47812b95aec028a1c05dd1689930387 Mon Sep 17 00:00:00 2001 From: Shahmir Varqha Date: Wed, 25 Dec 2024 12:25:22 +0800 Subject: [PATCH] add pyarrow to polars install --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e96cce4acba..74bec2c56ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ marimo = "marimo._cli.cli:main" homepage = "https://github.com/marimo-team/marimo" [project.optional-dependencies] -sql = ["duckdb >= 1.0.0", "polars >= 1.9.0"] +sql = ["duckdb >= 1.0.0", "polars[pyarrow] >= 1.9.0"] # List of deps that are recommended for most users # in order to unlock all features in marimo recommended = [