Commit b391284a authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.tensorflow-matadata: fix build by relaxing protobuf dependency

parent 24d1d631
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -36,6 +36,10 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "protobuf"
  ];

  dependencies = [
    absl-py
    googleapis-common-protos