python312Packages.tensorflow-matadata: fix build by relaxing protobuf dependency
This commit is contained in:
@@ -36,6 +36,10 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"protobuf"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
absl-py
|
||||
googleapis-common-protos
|
||||
|
||||
Reference in New Issue
Block a user