Commit 5649ce33 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.langchain-classic: disable bulk update

This doesn't have a tagged release yet and bulk update keeps assigning a tag.
parent 0b3fb463
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -103,6 +103,9 @@ buildPythonPackage rec {
    "test_socket_disabled"
  ];

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

  pythonImportsCheck = [ "langchain_classic" ];

  meta = {