python312Packages.lancedb: 0.11.0 -> 0.12.0

Changelog: https://github.com/lancedb/lancedb/releases/tag/python-v0.12.0
This commit is contained in:
natsukium
2024-08-22 10:42:09 +09:00
parent 6dc177f103
commit ddf9cf976a
2 changed files with 592 additions and 682 deletions
File diff suppressed because it is too large Load Diff
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "lancedb";
version = "0.11.0";
version = "0.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lancedb";
repo = "lancedb";
rev = "refs/tags/python-v${version}";
hash = "sha256-JT6HNuMjFO/q+6LlYRT+vKa0aV9DOC9b21ulHXq1gjY=";
hash = "sha256-LDxq49aFxUmRAw8tQvFxnExtU0IKKqMbxIBuY95cBHU=";
};
# ratelimiter only support up to python310 and it has been removed from nixpkgs