Skip to content

Commit 6c279de

Browse files
committed
pyarrow should also install pyiceberg-core
1 parent add0a17 commit 6c279de

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ generate-setup-file = false
289289
script = "build-module.py"
290290

291291
[tool.poetry.extras]
292-
pyarrow = ["pyarrow"]
292+
pyarrow = ["pyarrow", "pyiceberg-core"]
293293
pandas = ["pandas", "pyarrow"]
294294
duckdb = ["duckdb", "pyarrow"]
295295
ray = ["ray", "pyarrow", "pandas"]

0 commit comments

Comments
 (0)