From 2a0988812e34aafc6f7c425f2d62eb4c55a31d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 20:35:08 +0000 Subject: [PATCH] Bump tensorflow from 1.10 to 2.7.2 in /assignment4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.10 to 2.7.2. - [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/v1.10.0...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- assignment4/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment4/requirements.txt b/assignment4/requirements.txt index c61b91c..0169748 100644 --- a/assignment4/requirements.txt +++ b/assignment4/requirements.txt @@ -1,7 +1,7 @@ gym==0.10.5 atari-py==0.1.7 numpy==1.14.5 -tensorflow==1.10 +tensorflow==2.7.2 seaborn==0.9.0 matplotlib==3.0.3 opencv-python