Loading pkgs/development/python-modules/langchain-classic/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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" ]; Loading Loading
pkgs/development/python-modules/langchain-classic/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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" ]; Loading