Skip to content

Commit

Permalink
Automated rollback of commit 7229d08
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 214575129
  • Loading branch information
gunan authored and tensorflower-gardener committed Sep 26, 2018
1 parent 2770a03 commit b4ae852
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
20 changes: 2 additions & 18 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,10 @@ http_archive(
"https://github.com/bazelbuild/rules_closure/archive/dbb96841cc0a5fb2664c37822803b06dab20c7d1.tar.gz", # 2018-04-13
],
)
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
closure_repositories()

http_archive(
name = "io_bazel_rules_python",
strip_prefix = "rules_python-8b5d0683a7d878b28fffe464779c8a53659fc645",
urls = [
"https://github.com/bazelbuild/rules_python/archive/8b5d0683a7d878b28fffe464779c8a53659fc645.tar.gz",
],
)
load("@io_bazel_rules_python//python:pip.bzl", "pip_repositories")
pip_repositories()
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")

load("@io_bazel_rules_python//python:pip.bzl", "pip_import")
pip_import(
name = "pip_deps",
requirements = "//tensorflow:requirements.txt",
)
load("@pip_deps//:requirements.bzl", "pip_install")
pip_install()
closure_repositories()

# We must check the bazel version before trying to parse any other BUILD
# files, in case the parsing of those build files depends on the bazel
Expand Down
2 changes: 0 additions & 2 deletions tensorflow/python/keras/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ exports_files(["LICENSE"])

package(default_visibility = ["//visibility:public"])

load("@pip_deps//:requirements.bzl", "requirement")
load("//tensorflow:tensorflow.bzl", "py_test")
load("//tensorflow:tensorflow.bzl", "cuda_py_test")

Expand Down Expand Up @@ -63,7 +62,6 @@ py_library(
":backend",
":engine",
":layers",
requirement("keras_applications"),
"//tensorflow/python/saved_model",
"//tensorflow/python:training",
],
Expand Down
2 changes: 0 additions & 2 deletions tensorflow/requirements.txt

This file was deleted.

0 comments on commit b4ae852

Please sign in to comment.