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