We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36b63f commit c6493afCopy full SHA for c6493af
python/pyproject.toml
@@ -61,8 +61,7 @@ tests = [
61
# tensorflow is broken on 2.20.0 with macOS ARM.
62
"tensorflow<=2.19.0",
63
"tqdm",
64
- # Need to align with the datafusion version we use at lance rust
65
- "datafusion==50.0.0",
+ "datafusion>=48.0.0",
66
]
67
dev = ["ruff==0.4.1", "pyright"]
68
benchmarks = ["pytest-benchmark"]
0 commit comments