Loading pkgs/development/python-modules/pylance/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ polars, pytestCheckHook, tqdm, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -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"; Loading Loading
pkgs/development/python-modules/pylance/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ polars, pytestCheckHook, tqdm, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -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"; Loading