python3Packages.smolagents: update optional-dependencies to match upstream
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user