diff --git a/pkgs/development/python-modules/openai/default.nix b/pkgs/development/python-modules/openai/default.nix index b1dbf302ec82..60af6eade212 100644 --- a/pkgs/development/python-modules/openai/default.nix +++ b/pkgs/development/python-modules/openai/default.nix @@ -49,10 +49,10 @@ respx, # optional-dependencies toggle - withAiohttp ? true, + withAiohttp ? false, withDatalib ? false, - withRealtime ? true, - withVoiceHelpers ? true, + withRealtime ? false, + withVoiceHelpers ? false, }: buildPythonPackage (finalAttrs: {