Skip to content

Commit a37e54e

Browse files
committed
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>
1 parent e143a91 commit a37e54e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ dependencies = [
3535
"boto3",
3636
"cloudpickle",
3737
"deltalake",
38-
"duckdb",
3938
"narwhals",
4039
"numpy",
4140
"orjson",
@@ -59,6 +58,7 @@ develop = [
5958
"check-dist",
6059
"cibuildwheel",
6160
"codespell",
61+
"duckdb",
6262
"hatch-rs",
6363
"hatchling",
6464
"mdformat",

0 commit comments

Comments
 (0)