From 606ac62cb7ce4901e3c078c8bb1131b60301613d Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sun, 16 Nov 2025 20:53:16 -0800 Subject: [PATCH] dont need pyiceberg-core in some optional deps --- pyproject.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46fb3c5616..8d570761d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,19 +58,16 @@ pyarrow = [ "pyiceberg-core>=0.5.1,<0.8.0", ] pandas = [ - "pyarrow>=17.0.0", - "pyiceberg-core>=0.5.1,<0.8.0", "pandas>=1.0.0,<3.0.0", + "pyarrow>=17.0.0", ] duckdb = [ - "pyarrow>=17.0.0", - "pyiceberg-core>=0.5.1,<0.8.0", "duckdb>=0.5.0,<2.0.0", + "pyarrow>=17.0.0", ] ray = [ - "pyarrow>=17.0.0", - "pyiceberg-core>=0.5.1,<0.8.0", "ray>=2.10.0,<=2.44.0", + "pyarrow>=17.0.0", "pandas>=1.0.0,<3.0.0", ] bodo = ["bodo>=2025.7.4"]