Unverified Commit db66145c authored by Samuel Ainsworth's avatar Samuel Ainsworth Committed by GitHub
Browse files

python3Packages.wandb: relax protobuf dependency (#501376)

parents df8a206f c92d9575
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -191,6 +191,11 @@ buildPythonPackage (finalAttrs: {
    hatchling
  ];

  # Protobuf 7 is not compatible with the current version of wandb
  pythonRelaxDeps = [
    "protobuf"
  ];

  dependencies = [
    click
    gitpython