Skip to content

Commit 2be460e

Browse files
committed
add datafusion as library dep
1 parent 15899b5 commit 2be460e

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

poetry.lock

Lines changed: 22 additions & 20 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
@@ -84,6 +84,7 @@ pyiceberg-core = { version = "^0.5.1", optional = true }
8484
polars = { version = "^1.21.0", optional = true }
8585
thrift-sasl = { version = ">=0.4.3", optional = true }
8686
kerberos = {version = "^1.3.1", optional = true}
87+
datafusion = { version = ">=45", optional = true }
8788

8889
[tool.poetry.group.dev.dependencies]
8990
pytest = "7.4.4"
@@ -99,7 +100,6 @@ pytest-mock = "3.14.1"
99100
pyspark = "3.5.6"
100101
cython = "3.1.2"
101102
deptry = ">=0.14,<0.24"
102-
datafusion = ">=44,<48"
103103
docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520
104104
mypy-boto3-glue = ">=1.28.18"
105105
mypy-boto3-dynamodb = ">=1.28.18"
@@ -314,6 +314,7 @@ gcsfs = ["gcsfs"]
314314
rest-sigv4 = ["boto3"]
315315
hf = ["huggingface-hub"]
316316
pyiceberg-core = ["pyiceberg-core"]
317+
datafusion = ["datafusion"]
317318

318319
[tool.pytest.ini_options]
319320
markers = [

0 commit comments

Comments
 (0)