Commit a9a3c1de authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.langchain-classic: disable automatic updates

Langchain isn't shipping tagged updates and r-ryamtm keeps assigning tags on update. Disabled.
parent b8c67293
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -104,7 +104,10 @@ buildPythonPackage rec {
  ];

  # Bulk updater selects wrong tag (there is no tag for this yet)
  passthru.skipBulkUpdate = true;
  passthru = {
    skipBulkUpdate = true;
    updateScript = false;
  };

  pythonImportsCheck = [ "langchain_classic" ];