Update workspace file for py 3.10 release test

This commit is contained in:
Yash Katariya 2021-12-02 13:46:46 -08:00 committed by GitHub
parent 271bd3237b
commit 20b70aa5e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# and update the sha256 with the result.
http_archive(
name = "org_tensorflow",
sha256 = "bc6c9126cd274683dff628ea11b4ea7719792147a2025693dc3dc95e5dfb47e0",
strip_prefix = "tensorflow-939f707660e5782cc7cdc7299fb50f6427199a15",
sha256 = "0dfb27c28fe7128c989f40a6c837749b4f25e63199c8c543a0bfe891c33f373a",
strip_prefix = "tensorflow-3ee914bb62de56b42e9ab0d74168fa7465c28b98",
urls = [
"https://github.com/tensorflow/tensorflow/archive/939f707660e5782cc7cdc7299fb50f6427199a15.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/3ee914bb62de56b42e9ab0d74168fa7465c28b98.tar.gz",
],
)