From 93070a72b6357b146885baa1e31aaf4393dd311e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 23:08:57 -0500 Subject: [PATCH] Bump tensorflow from 2.3.0 to 2.4.0 (#152) Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.0 to 2.4.0. - [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.3.0...v2.4.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 87f3ad24..04153bc7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pennylane>=0.14.1 codecov >=2.1.11 torch >=1.8.0 keras >=2.4.3 -tensorflow==2.3.0 +tensorflow==2.4.0 pytest >=6.2.2 pytest-cov >=2.11.1 pytest-xdist>=2.2.1