Skip to content

Commit

Permalink
Pin protobuf to <4 (#3934)
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquin Anton <janton@nvidia.com>
  • Loading branch information
jantonguirao authored May 26, 2022
1 parent 77f4882 commit 2146693
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions qa/setup_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,13 +435,13 @@ def get_pyvers_name(self, url, cuda_version):
"mxnet-cu{cuda_v}"),
CudaPackage("tensorflow-gpu",
{ "100" : [
PckgVer("1.15.5", python_max_ver="3.7"),
PckgVer("2.3.4", python_max_ver="3.8")],
PckgVer("1.15.5", python_max_ver="3.7", dependencies=["protobuf<4"]),
PckgVer("2.3.4", python_max_ver="3.8", dependencies=["protobuf<4"])],
"110" : [
PckgVer("1.15.5", python_max_ver="3.7"),
PckgVer("2.8.1", python_min_ver="3.7"),
PckgVer("2.9.0", python_min_ver="3.7"),
PckgVer("1.15.5+nv22.03", python_min_ver="3.8", python_max_ver="3.8", alias="nvidia-tensorflow")]
PckgVer("1.15.5", python_max_ver="3.7", dependencies=["protobuf<4"]),
PckgVer("2.8.1", python_min_ver="3.7", dependencies=["protobuf<4"]),
PckgVer("2.9.0", python_min_ver="3.7", dependencies=["protobuf<4"]),
PckgVer("1.15.5+nv22.03", python_min_ver="3.8", python_max_ver="3.8", alias="nvidia-tensorflow", dependencies=["protobuf<4"])]
}),
CudaPackageExtraIndex("torch",
{ "101" : ["1.8.0"],
Expand Down

0 comments on commit 2146693

Please sign in to comment.