From 8a795f40f8345b786ff8c2c0f1f6b86e809db406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:31:20 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0 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.0.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../starter_code/multi-label-soft-f1-master/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 _achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements.txt diff --git a/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements.txt b/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements.txt old mode 100755 new mode 100644 index 5a14366..e32fdb0 --- a/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements.txt +++ b/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements.txt @@ -5,7 +5,7 @@ Pillow==6.2.0 seaborn==0.9.0 scikit-learn==0.21.3 scipy==1.3.1 -tensorflow==2.0 +tensorflow==2.9.3 tensorflow_hub==0.6.0 tqdm==4.36.1 grip==4.5.2