feat: bump lance to 0.10.4 (#1123)

This commit is contained in:
Weston Pace
2024-03-15 22:21:04 -07:00
parent b9afc01cfd
commit c1e3dc48af
2 changed files with 6 additions and 8 deletions

View File

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

View File

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