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

This commit is contained in:
Gaetan Lepage
2025-05-05 11:16:11 +02:00
parent 24d1d6313d
commit b391284afd
@@ -36,6 +36,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
pythonRelaxDeps = [
"protobuf"
];
dependencies = [
absl-py
googleapis-common-protos