mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 14:49:57 +00:00
chore: bump lance version to 0.9.15 (#949)
This commit is contained in:
@@ -14,10 +14,10 @@ keywords = ["lancedb", "lance", "database", "vector", "search"]
|
||||
categories = ["database-implementations"]
|
||||
|
||||
[workspace.dependencies]
|
||||
lance = { "version" = "=0.9.14", "features" = ["dynamodb"] }
|
||||
lance-index = { "version" = "=0.9.14" }
|
||||
lance-linalg = { "version" = "=0.9.14" }
|
||||
lance-testing = { "version" = "=0.9.14" }
|
||||
lance = { "version" = "=0.9.15", "features" = ["dynamodb"] }
|
||||
lance-index = { "version" = "=0.9.15" }
|
||||
lance-linalg = { "version" = "=0.9.15" }
|
||||
lance-testing = { "version" = "=0.9.15" }
|
||||
# Note that this one does not include pyarrow
|
||||
arrow = { version = "50.0", optional = false }
|
||||
arrow-array = "50.0"
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "lancedb"
|
||||
version = "0.5.3"
|
||||
dependencies = [
|
||||
"deprecation",
|
||||
"pylance==0.9.14",
|
||||
"pylance==0.9.15",
|
||||
"ratelimiter~=1.0",
|
||||
"retry>=0.9.2",
|
||||
"tqdm>=4.27.0",
|
||||
|
||||
Reference in New Issue
Block a user