From ab1eb72c4044f87e76ed8acf6d217f3c57fcffb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:42:55 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0b1 to 2.9.3 in /src/deploy Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0b1 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-beta1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/deploy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deploy/requirements.txt b/src/deploy/requirements.txt index 04fc639..206565d 100644 --- a/src/deploy/requirements.txt +++ b/src/deploy/requirements.txt @@ -1,4 +1,4 @@ wandb==0.8.12 -tensorflow==2.0.0b1 +tensorflow==2.9.3 ktext==0.40 dill==0.3.1.1 \ No newline at end of file