From 04680eabf146771b70b3f6e21e5acec9f7328a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 20:53:26 +0000 Subject: [PATCH] Bump tensorflow from 2.9.1 to 2.9.3 in /MachineLearning_Engine/Python Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.1 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/v2.9.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- MachineLearning_Engine/Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MachineLearning_Engine/Python/requirements.txt b/MachineLearning_Engine/Python/requirements.txt index 2ab0c91..f62b6c3 100644 --- a/MachineLearning_Engine/Python/requirements.txt +++ b/MachineLearning_Engine/Python/requirements.txt @@ -2,5 +2,5 @@ pandas==1.3.5 scikit-learn==1.0.2 scipy==1.7.3 -tensorflow==2.9.1 +tensorflow==2.9.3 torch==1.12.0 \ No newline at end of file