From 8d09630a31eafda28160b17ef95fc9f8870be167 Mon Sep 17 00:00:00 2001 From: Sebastian Goodman Date: Fri, 20 Dec 2019 16:18:22 -0800 Subject: [PATCH] Add tensorflow_hub to the requirements.txt file PiperOrigin-RevId: 286657572 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b83cdae8..f3e72f9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ # Run pip install --upgrade pip if tensorflow 1.15 cannot be found tensorflow==1.15 # CPU Version of TensorFlow +tensorflow_hub==0.7 # tensorflow-gpu==1.15 # GPU version of TensorFlow sentencepiece