Commit 373b6caf authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.smolagents: update optional-dependencies to match upstream

parent 4d6203cc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -78,6 +78,10 @@ buildPythonPackage (finalAttrs: {
  optional-dependencies = lib.fix (self: {
    audio = [ soundfile ] ++ self.torch;
    bedrock = [ boto3 ];
    # blaxel = [
    #   blaxel
    #   websocket-client
    # ];
    docker = [
      docker
      websocket-client
@@ -92,6 +96,10 @@ buildPythonPackage (finalAttrs: {
      mcp
      mcpadapt
    ];
    # modal = [
    #   modal
    #   websocket-client
    # ];
    # mlx-lm = [ mlx-lm ];
    openai = [ openai ];
    # telemetry = [