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

@@ -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"