upgrade lance to v0.9.1 (#727)

This brings in some important bugfixes related to take and aarch64
Linux. See changes at:
https://github.com/lancedb/lance/releases/tag/v0.9.1
This commit is contained in:
Will Jones
2023-12-20 13:06:54 -08:00
committed by GitHub
parent 7856a94d2c
commit 1d4943688d
4 changed files with 36 additions and 21 deletions

View File

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