aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/requirements.txt
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-09-21 18:56:21 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-21 18:59:56 -0700
commit7229d08f0b25e24e6dd4833a94a27f404b27a350 (patch)
treea42dcae0372769059c7e3e88ef6b50944c46c5a9 /tensorflow/requirements.txt
parenta2fd40adcc714f18167acd9650e5442d4afd6a01 (diff)
Experiment using Bazel's pip_install rule to install keras_applications.
PiperOrigin-RevId: 214076591
Diffstat (limited to 'tensorflow/requirements.txt')
-rw-r--r--tensorflow/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/requirements.txt b/tensorflow/requirements.txt
new file mode 100644
index 0000000000..6e111edefc
--- /dev/null
+++ b/tensorflow/requirements.txt
@@ -0,0 +1,2 @@
+keras_applications >= 1.0.5
+keras_preprocessing >= 1.0.3