From a37e54ea2403b37e80c0ae8c9ba49ce2426a9d64 Mon Sep 17 00:00:00 2001 From: Pascal Tomecek <40371786+ptomecek@users.noreply.github.com> Date: Sat, 5 Sep 2026 17:25:30 -0400 Subject: [PATCH] Move duckdb from install deps to the develop extra It is only used by the test suite, not by any runtime module. Signed-off-by: Pascal Tomecek <40371786+ptomecek@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eaacf19..7b43512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,6 @@ dependencies = [ "boto3", "cloudpickle", "deltalake", - "duckdb", "narwhals", "numpy", "orjson", @@ -59,6 +58,7 @@ develop = [ "check-dist", "cibuildwheel", "codespell", + "duckdb", "hatch-rs", "hatchling", "mdformat",