Loading pkgs/development/python-modules/lancedb/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ polars, pytest-asyncio, pytestCheckHook, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -110,6 +111,16 @@ buildPythonPackage rec { "test_s3.py" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "python-v(.*)" "--generate-lockfile" "--lockfile-metadata-path" "python" ]; }; meta = { description = "Developer-friendly, serverless vector database for AI applications"; homepage = "https://github.com/lancedb/lancedb"; Loading Loading
pkgs/development/python-modules/lancedb/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ polars, pytest-asyncio, pytestCheckHook, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -110,6 +111,16 @@ buildPythonPackage rec { "test_s3.py" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "python-v(.*)" "--generate-lockfile" "--lockfile-metadata-path" "python" ]; }; meta = { description = "Developer-friendly, serverless vector database for AI applications"; homepage = "https://github.com/lancedb/lancedb"; Loading