forked from mirrors/nixpkgs
python3Packages.protobuf: bump protobuf dep to from 3.7 to 3.8 for tensorflow-2.1.0
This commit is contained in:
parent
c186f5ec4d
commit
d8d9358c04
|
@ -4892,7 +4892,7 @@ in {
|
|||
protobuf = callPackage ../development/python-modules/protobuf {
|
||||
disabled = isPyPy;
|
||||
doCheck = !isPy3k;
|
||||
protobuf = pkgs.protobuf;
|
||||
protobuf = pkgs.protobuf3_8;
|
||||
};
|
||||
|
||||
psd-tools = callPackage ../development/python-modules/psd-tools { };
|
||||
|
|
Loading…
Reference in a new issue