Update rules_python: 0.25.0 -> 0.26.0.

PiperOrigin-RevId: 571910358
This commit is contained in:
A. Unique TensorFlower
2023-10-09 05:28:06 -07:00
committed by TensorFlower Gardener
parent 183ea61391
commit f91457f258

View File

@@ -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",