From 6339af6d3f2b777fe7071735780c05cff4f6caae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 07:19:08 +0000 Subject: [PATCH] Bump tensorflow from 2.5.0 to 2.5.1 in /cirq Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.5.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.0...v2.5.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cirq/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cirq/requirements.txt b/cirq/requirements.txt index 82ec520..c2f5b78 100644 --- a/cirq/requirements.txt +++ b/cirq/requirements.txt @@ -5,5 +5,5 @@ pylatexenc == 2.10 # Framework-specific packages cirq == 0.11.0 -tensorflow == 2.5.0 +tensorflow == 2.5.1 tensorflow-quantum == 0.5.1 \ No newline at end of file