Skip to content

Commit

Permalink
Add support for TensorFlow 2.9 (NVIDIA#3909)
Browse files Browse the repository at this point in the history
- adds built-in support for TensorFlow 2.9
- removes built-in support for 2.7.x

Signed-off-by: Janusz Lisiecki <[email protected]>
  • Loading branch information
JanuszL authored May 17, 2022
1 parent 6d27148 commit e03deb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/setup_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ def get_pyvers_name(self, url, cuda_version):
PckgVer("2.3.4", python_max_ver="3.8")],
"110" : [
PckgVer("1.15.5", python_max_ver="3.7"),
PckgVer("2.7.1", python_min_ver="3.7"),
PckgVer("2.8.0", python_min_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")]
}),
CudaPackageExtraIndex("torch",
Expand Down

0 comments on commit e03deb8

Please sign in to comment.