Skip to content

Commit a1ff905

Browse files
Updates Bazel dep to 2.8.0.
PiperOrigin-RevId: 480956221
1 parent 59a547c commit a1ff905

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package/tfdep.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
def tf_setup():
6-
"""Define tensorflow>=2.6.0 dependency for Bazel build."""
6+
"""Define tensorflow>=2.8.0 dependency for Bazel build."""
77
http_archive(
88
name = "org_tensorflow",
9-
sha256 = "41b32eeaddcbc02b0583660bcf508469550e4cd0f86b22d2abe72dfebeacde0f",
9+
sha256 = "66b953ae7fba61fd78969a2e24e350b26ec116cf2e6a7eb93d02c63939c6f9f7",
1010
urls = [
11-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.6.0.tar.gz",
11+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.8.0.tar.gz",
1212
],
13-
strip_prefix = "tensorflow-2.6.0",
13+
strip_prefix = "tensorflow-2.8.0",
1414
)

0 commit comments

Comments
 (0)