feat: bump lance to 0.10.4 (#1123)

This commit is contained in:
Weston Pace
2024-03-15 22:21:04 -07:00
committed by GitHub
parent c76ec48603
commit 3bcd61c8de
2 changed files with 6 additions and 8 deletions

View File

@@ -14,10 +14,10 @@ keywords = ["lancedb", "lance", "database", "vector", "search"]
categories = ["database-implementations"] categories = ["database-implementations"]
[workspace.dependencies] [workspace.dependencies]
lance = { "version" = "=0.10.3", "features" = ["dynamodb"] } lance = { "version" = "=0.10.4", "features" = ["dynamodb"] }
lance-index = { "version" = "=0.10.3" } lance-index = { "version" = "=0.10.4" }
lance-linalg = { "version" = "=0.10.3" } lance-linalg = { "version" = "=0.10.4" }
lance-testing = { "version" = "=0.10.3" } lance-testing = { "version" = "=0.10.4" }
# Note that this one does not include pyarrow # Note that this one does not include pyarrow
arrow = { version = "50.0", optional = false } arrow = { version = "50.0", optional = false }
arrow-array = "50.0" arrow-array = "50.0"

View File

@@ -3,7 +3,7 @@ name = "lancedb"
version = "0.6.3" version = "0.6.3"
dependencies = [ dependencies = [
"deprecation", "deprecation",
"pylance==0.10.3", "pylance==0.10.4",
"ratelimiter~=1.0", "ratelimiter~=1.0",
"retry>=0.9.2", "retry>=0.9.2",
"tqdm>=4.27.0", "tqdm>=4.27.0",
@@ -81,9 +81,7 @@ embeddings = [
"awscli>=1.29.57", "awscli>=1.29.57",
"botocore>=1.31.57", "botocore>=1.31.57",
] ]
azure = [ azure = ["adlfs>=2024.2.0"]
"adlfs>=2024.2.0"
]
[tool.maturin] [tool.maturin]
python-source = "python" python-source = "python"