feat(python): enable polars predict pushdown

This commit is contained in:
Chang She
2024-02-03 19:23:07 -08:00
parent e412194008
commit d1b0c8f0fe
2 changed files with 3 additions and 4 deletions

View File

@@ -14,7 +14,8 @@ dependencies = [
"pyyaml>=6.0",
"click>=8.1.7",
"requests>=2.31.0",
"overrides>=0.7"
"overrides>=0.7",
"pyarrow>=14.0"
]
description = "lancedb"
authors = [{ name = "LanceDB Devs", email = "dev@lancedb.com" }]