From 5ce04832ce750f029bbcc11076bae9674afa4adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 19:19:13 +0000 Subject: [PATCH] Bump tensorflow from 2.3.0 to 2.3.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.0 to 2.3.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.3.0...v2.3.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 36387e4d..dda9dcb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ torch>=1.5 -tensorflow==2.3.0 +tensorflow==2.3.1 numpy>=1.16.0 scipy>=0.19.0 numba==0.48 diff --git a/requirements_tests.txt b/requirements_tests.txt index 4e7f3435..5b833858 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,5 +1,5 @@ torch>=1.5 -tensorflow==2.3.0 +tensorflow==2.3.1 numpy>=1.16.0 scipy>=0.19.0 numba==0.48