Commit c92d9575 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.wandb: relax protobuf dependency

Supports protobuf 7.
parent a6857e68
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