Gaetan Lepage
2026-03-01 16:38:14 +00:00
parent d391623d94
commit e285060df8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7292,7 +7292,7 @@ with pkgs;
# this version should align with the static protobuf version linked into python3.pkgs.tensorflow
# $ nix-shell -I nixpkgs=$(git rev-parse --show-toplevel) -p python3.pkgs.tensorflow --run "python3 -c 'import google.protobuf; print(google.protobuf.__version__)'"
protobuf = protobuf_33;
protobuf = protobuf_34;
inherit
({
+1 -1
View File
@@ -12794,7 +12794,7 @@ self: super: with self; {
proto-plus = callPackage ../development/python-modules/proto-plus { };
# If a protobuf upgrade causes many Python packages to fail, please pin it here to the previous version.
protobuf = protobuf6;
protobuf = protobuf7;
protobuf3-to-dict = callPackage ../development/python-modules/protobuf3-to-dict { };