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

@@ -21,8 +21,8 @@ import lance
import numpy as np
import pandas as pd
import pyarrow as pa
from pydantic import BaseModel
import pytest
from pydantic import BaseModel
from lancedb.conftest import MockTextEmbeddingFunction
from lancedb.db import LanceDBConnection