mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-07 12:22:59 +00:00
Better handle empty results from tantivy (#155)
Closes #154 --------- Co-authored-by: Chang She <chang@lancedb.com>
This commit is contained in:
@@ -37,7 +37,7 @@ repository = "https://github.com/lancedb/lancedb"
|
||||
|
||||
[project.optional-dependencies]
|
||||
tests = [
|
||||
"pytest"
|
||||
"pytest", "pytest-mock"
|
||||
]
|
||||
dev = [
|
||||
"ruff", "pre-commit", "black"
|
||||
|
||||
Reference in New Issue
Block a user