feat: upgrade lance to 0.12.2-beta.2 (#1381)

This commit is contained in:
Weston Pace
2024-06-14 05:43:26 -07:00
committed by GitHub
parent a45656b8b6
commit ea86dad4b7
7 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ name = "lancedb"
# version in Cargo.toml
dependencies = [
"deprecation",
"pylance==0.12.1",
"pylance==0.12.2-beta.2",
"ratelimiter~=1.0",
"requests>=2.31.0",
"retry>=0.9.2",
@@ -57,15 +57,10 @@ tests = [
"duckdb",
"pytz",
"polars>=0.19",
"tantivy"
"tantivy",
]
dev = ["ruff", "pre-commit"]
docs = [
"mkdocs",
"mkdocs-jupyter",
"mkdocs-material",
"mkdocstrings[python]",
]
docs = ["mkdocs", "mkdocs-jupyter", "mkdocs-material", "mkdocstrings[python]"]
clip = ["torch", "pillow", "open-clip"]
embeddings = [
"openai>=1.6.1",
@@ -100,5 +95,5 @@ addopts = "--strict-markers --ignore-glob=lancedb/embeddings/*.py"
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
"asyncio",
"s3_test"
"s3_test",
]