diff --git a/pkgs/development/python-modules/wandb/default.nix b/pkgs/development/python-modules/wandb/default.nix index efce4dd939c3..df12a0c3af7f 100644 --- a/pkgs/development/python-modules/wandb/default.nix +++ b/pkgs/development/python-modules/wandb/default.nix @@ -191,6 +191,11 @@ buildPythonPackage (finalAttrs: { hatchling ]; + # Protobuf 7 is not compatible with the current version of wandb + pythonRelaxDeps = [ + "protobuf" + ]; + dependencies = [ click gitpython