Skip to content

Commit 606ac62

Browse files
committed
dont need pyiceberg-core in some optional deps
1 parent f2131e6 commit 606ac62

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,16 @@ pyarrow = [
5858
"pyiceberg-core>=0.5.1,<0.8.0",
5959
]
6060
pandas = [
61-
"pyarrow>=17.0.0",
62-
"pyiceberg-core>=0.5.1,<0.8.0",
6361
"pandas>=1.0.0,<3.0.0",
62+
"pyarrow>=17.0.0",
6463
]
6564
duckdb = [
66-
"pyarrow>=17.0.0",
67-
"pyiceberg-core>=0.5.1,<0.8.0",
6865
"duckdb>=0.5.0,<2.0.0",
66+
"pyarrow>=17.0.0",
6967
]
7068
ray = [
71-
"pyarrow>=17.0.0",
72-
"pyiceberg-core>=0.5.1,<0.8.0",
7369
"ray>=2.10.0,<=2.44.0",
70+
"pyarrow>=17.0.0",
7471
"pandas>=1.0.0,<3.0.0",
7572
]
7673
bodo = ["bodo>=2025.7.4"]

0 commit comments

Comments
 (0)