mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 20:43:28 +00:00
7a851d2593
Without the change `python3Packages.openllm-client.optional-dependencies.full` always fails to evaluate as: $ nix build --no-link -f. python3Packages.openllm-client.optional-dependencies.full error: error: attribute 'agents' missing 49| soundfile 50| ] ++ transformers.agents; | ^ 51| full = passthru.optional-dependencies.grpc ++ passthru.optional-dependencies.agents; As `transformers` never exposed `agents` let's just drop the reference. |
||
---|---|---|
.. | ||
default.nix |