From 6710adf7910f4f91e9ee95b0ef5153a0a206cc20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 21:57:00 +0000 Subject: [PATCH] Bump tensorflow-cpu from 2.5.1 to 2.11.1 in /rlo/test/builds Bumps [tensorflow-cpu](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.11.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.1...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rlo/test/builds/cpu_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlo/test/builds/cpu_requirements.txt b/rlo/test/builds/cpu_requirements.txt index 6aa6520b8..bb1e0c844 100644 --- a/rlo/test/builds/cpu_requirements.txt +++ b/rlo/test/builds/cpu_requirements.txt @@ -2,7 +2,7 @@ # If you can use conda, then just use conda-env.yaml. # If you want to do a pip-only install, use print_requirements.py to extract some requirements from # the 'pip' section of the conda-env.yaml, and then install the rest from here. See install_linux.sh for an example. -tensorflow-cpu==2.5.1 +tensorflow-cpu==2.11.1 pyyaml --find-links https://download.pytorch.org/whl/torch_stable.html --find-links https://pytorch-geometric.com/whl/torch-1.8.0+cpu.html