mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-07 04:12:59 +00:00
@@ -14,10 +14,10 @@ keywords = ["lancedb", "lance", "database", "vector", "search"]
|
||||
categories = ["database-implementations"]
|
||||
|
||||
[workspace.dependencies]
|
||||
lance = { "version" = "=0.10.6", "features" = ["dynamodb"] }
|
||||
lance-index = { "version" = "=0.10.6" }
|
||||
lance-linalg = { "version" = "=0.10.6" }
|
||||
lance-testing = { "version" = "=0.10.6" }
|
||||
lance = { "version" = "=0.10.7", "features" = ["dynamodb"] }
|
||||
lance-index = { "version" = "=0.10.7" }
|
||||
lance-linalg = { "version" = "=0.10.7" }
|
||||
lance-testing = { "version" = "=0.10.7" }
|
||||
# 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.6.6"
|
||||
dependencies = [
|
||||
"deprecation",
|
||||
"pylance==0.10.6",
|
||||
"pylance==0.10.7",
|
||||
"ratelimiter~=1.0",
|
||||
"retry>=0.9.2",
|
||||
"tqdm>=4.27.0",
|
||||
@@ -38,6 +38,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Scientific/Engineering",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user