Unverified Commit a9e93571 authored by natsukium's avatar natsukium
Browse files

python312Packages.pylance: add updateScript

parent 96bbd89c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
  polars,
  pytestCheckHook,
  tqdm,
  nix-update-script,
}:

buildPythonPackage rec {
@@ -86,6 +87,14 @@ buildPythonPackage rec {
    "test_simple_predicates"
  ];

  passthru.updateScript = nix-update-script {
    extraArgs = [
      "--generate-lockfile"
      "--lockfile-metadata-path"
      "python"
    ];
  };

  meta = {
    description = "Python wrapper for Lance columnar format";
    homepage = "https://github.com/lancedb/lance";