This commit is contained in:
Ryan Green
2024-10-22 11:13:03 -05:00
parent 285757f705
commit b4bf0db7d5

View File

@@ -22,13 +22,13 @@ categories = ["database-implementations"]
[workspace.dependencies]
lance = { "version" = "=0.19.1", "features" = [
"dynamodb",
], git = "https://github.com/lancedb/lance.git", tag = "v0.19.1"}
lance-index = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" }
lance-linalg = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" }
lance-table = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" }
lance-testing = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" }
lance-datafusion = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" }
lance-encoding = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" }
], git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" }
lance-index = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" }
lance-linalg = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" }
lance-table = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" }
lance-testing = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" }
lance-datafusion = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" }
lance-encoding = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" }
# Note that this one does not include pyarrow
arrow = { version = "52.2", optional = false }
arrow-array = "52.2"