From 759436fe0cea4f1a0cc31eca9b3045a3d5f00764 Mon Sep 17 00:00:00 2001 From: Thomas Reimonn Date: Tue, 2 Apr 2024 17:03:33 -0400 Subject: [PATCH] add duckdb dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b1f82c..0eec156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ urls.Documentation = "https://genomic-features.readthedocs.io/" urls.Source = "https://github.com/scverse/genomic-features" urls.Home-page = "https://github.com/scverse/genomic-features" dependencies = [ - "ibis-framework[sqlite]>0.6", + "ibis-framework[sqlite, duckdb]>0.6", "pooch", "pandas", "pyarrow",