From bc6886ad6d1244af0d90ecbb2c49871a914582af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:17:56 +0000 Subject: [PATCH] Bump tensorflow from 1.10 to 2.9.3 in /assignment4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.10 to 2.9.3. - [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.9.3) --- 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..b14e8b7 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.9.3 seaborn==0.9.0 matplotlib==3.0.3 opencv-python