3
0
Fork 0
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:
(cdep)illabout 2020-02-28 18:16:46 +09:00 committed by Frederik Rietdijk
parent c186f5ec4d
commit d8d9358c04

View file

@ -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 { };