Skip to content

Commit 66aa866

Browse files
committed
add datafusion as library dep
1 parent 89fc0f6 commit 66aa866

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ pyiceberg-core = { version = "^0.5.1", optional = true }
8585
polars = { version = "^1.21.0", optional = true }
8686
thrift-sasl = { version = ">=0.4.3", optional = true }
8787
kerberos = {version = "^1.3.1", optional = true}
88+
datafusion = { version = ">=45", optional = true }
8889

8990
[tool.poetry.group.dev.dependencies]
9091
pytest = "7.4.4"
@@ -100,7 +101,6 @@ pytest-mock = "3.14.1"
100101
pyspark = "3.5.6"
101102
cython = "3.1.1"
102103
deptry = ">=0.14,<0.24"
103-
datafusion = ">=44,<48"
104104
docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520
105105

106106
[tool.poetry.group.docs.dependencies]
@@ -309,6 +309,7 @@ gcsfs = ["gcsfs"]
309309
rest-sigv4 = ["boto3"]
310310
hf = ["huggingface-hub"]
311311
pyiceberg-core = ["pyiceberg-core"]
312+
datafusion = ["datafusion"]
312313

313314
[tool.pytest.ini_options]
314315
markers = [

0 commit comments

Comments
 (0)