Skip to content

Commit c6493af

Browse files
committed
unpin datafusion in pyproject
Change-Id: Iddf384fafe1a59157b780eea0ffa8e037599d372
1 parent a36b63f commit c6493af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ tests = [
6161
# tensorflow is broken on 2.20.0 with macOS ARM.
6262
"tensorflow<=2.19.0",
6363
"tqdm",
64-
# Need to align with the datafusion version we use at lance rust
65-
"datafusion==50.0.0",
64+
"datafusion>=48.0.0",
6665
]
6766
dev = ["ruff==0.4.1", "pyright"]
6867
benchmarks = ["pytest-benchmark"]

0 commit comments

Comments
 (0)