python3Packages.wandb: relax protobuf dependency (#501376)

This commit is contained in:
Samuel Ainsworth
2026-03-19 19:38:00 +00:00
committed by GitHub
@@ -191,6 +191,11 @@ buildPythonPackage (finalAttrs: {
hatchling
];
# Protobuf 7 is not compatible with the current version of wandb
pythonRelaxDeps = [
"protobuf"
];
dependencies = [
click
gitpython