From d77d03aa8ecc28a3a334db58fd93f207c3f8f6f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:00:53 +0000 Subject: [PATCH] Bump tensorflow from 1.15.2 to 2.12.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.12.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/v1.15.2...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 23c70cd..9f41ced --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==1.15.2 +tensorflow==2.12.1 numpy>=1.16.0 scikit-learn>=0.18.0 psutil>=5.0.1