chore: bump lance version to 0.9 (#715)

This commit is contained in:
Lei Xu
2023-12-17 19:11:42 -08:00
committed by GitHub
parent ff9872fd44
commit 409eb30ea5
2 changed files with 5 additions and 5 deletions

View File

@@ -5,10 +5,10 @@ exclude = ["python"]
resolver = "2"
[workspace.dependencies]
lance = { "version" = "=0.8.20", "features" = ["dynamodb"] }
lance-index = { "version" = "=0.8.20" }
lance-linalg = { "version" = "=0.8.20" }
lance-testing = { "version" = "=0.8.20" }
lance = { "version" = "=0.9.0", "features" = ["dynamodb"] }
lance-index = { "version" = "=0.9.0" }
lance-linalg = { "version" = "=0.9.0" }
lance-testing = { "version" = "=0.9.0" }
# Note that this one does not include pyarrow
arrow = { version = "47.0.0", optional = false }
arrow-array = "47.0"

View File

@@ -3,7 +3,7 @@ name = "lancedb"
version = "0.3.6"
dependencies = [
"deprecation",
"pylance==0.8.21",
"pylance==0.9.0",
"ratelimiter~=1.0",
"retry>=0.9.2",
"tqdm>=4.27.0",