Commit e32fed4b authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.lancedb: relax pylance dependency

parent 0235d453
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -66,6 +66,11 @@ buildPythonPackage rec {
    openssl
  ];

  pythonRelaxDeps = [
    # pylance is pinned to a specific release
    "pylance"
  ];

  dependencies = [
    attrs
    cachetools