mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Update rules_python: 0.25.0 -> 0.26.0.
PiperOrigin-RevId: 571910358
This commit is contained in:
committed by
TensorFlower Gardener
parent
183ea61391
commit
f91457f258
10
WORKSPACE
10
WORKSPACE
@@ -14,11 +14,15 @@ http_archive(
|
|||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "rules_python",
|
name = "rules_python",
|
||||||
sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036",
|
sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b",
|
||||||
strip_prefix = "rules_python-0.25.0",
|
strip_prefix = "rules_python-0.26.0",
|
||||||
url = "https://github.com/bazelbuild/rules_python/releases/download/0.25.0/rules_python-0.25.0.tar.gz",
|
url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
load("@rules_python//python:repositories.bzl", "py_repositories")
|
||||||
|
|
||||||
|
py_repositories()
|
||||||
|
|
||||||
load("@rules_python//python:repositories.bzl", "python_register_toolchains")
|
load("@rules_python//python:repositories.bzl", "python_register_toolchains")
|
||||||
load(
|
load(
|
||||||
"//tensorflow/tools/toolchains/python:python_repo.bzl",
|
"//tensorflow/tools/toolchains/python:python_repo.bzl",
|
||||||
|
|||||||
Reference in New Issue
Block a user