forked from 626_privacy/tensorflow_privacy
b7e9709ff7
PiperOrigin-RevId: 551651015
16 lines
439 B
Text
16 lines
439 B
Text
workspace(name = "org_tensorflow_privacy")
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|
|
|
git_repository(
|
|
name = "bazel_skylib",
|
|
remote = "https://github.com/bazelbuild/bazel-skylib.git",
|
|
tag = "1.0.3",
|
|
)
|
|
|
|
git_repository(
|
|
name = "rules_python",
|
|
remote = "https://github.com/bazelbuild/rules_python.git",
|
|
tag = "0.5.0",
|
|
)
|