From 397d83b1337ff6417df748301ad5a150c46ac75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:13:08 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.11.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/v2.0.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../word_embeddings/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/ml/natural_language_understanding/word_embeddings/requirements.txt b/notebooks/ml/natural_language_understanding/word_embeddings/requirements.txt index 85667d4..5a39488 100644 --- a/notebooks/ml/natural_language_understanding/word_embeddings/requirements.txt +++ b/notebooks/ml/natural_language_understanding/word_embeddings/requirements.txt @@ -1,5 +1,5 @@ jsonlines==1.2.0 -tensorflow==2.0.0 +tensorflow==2.11.1 tensorflow-hub==0.7.0 sentencepiece==0.1.82 gensim==3.8.1