python3Packages.wandb: relax protobuf dependency

Supports protobuf 7.
This commit is contained in:
Sarah Clark
2026-03-19 11:05:03 -07:00
parent a6857e68f1
commit c92d957586
@@ -191,6 +191,11 @@ buildPythonPackage (finalAttrs: {
hatchling
];
# Protobuf 7 is not compatible with the current version of wandb
pythonRelaxDeps = [
"protobuf"
];
dependencies = [
click
gitpython