diff --git a/WORKSPACE b/WORKSPACE index 1d7ced979..25033fab0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -485,9 +485,10 @@ http_archive( ) # TensorFlow repo should always go after the other external dependencies. -# TF on 2023-05-26. -_TENSORFLOW_GIT_COMMIT = "67d5c561981edc45daf3f9d73ddd1a77963733ca" -_TENSORFLOW_SHA256 = "0c8326285e9cb695313e194b97d388eea70bf8bf5b13e8f0962ca8eed5179ece" +# TF on 2023-06-13. +_TENSORFLOW_GIT_COMMIT = "491681a5620e41bf079a582ac39c585cc86878b9" +# curl -L https://github.com/tensorflow/tensorflow/archive/.tar.gz | shasum -a 256 +_TENSORFLOW_SHA256 = "9f76389af7a2835e68413322c1eaabfadc912f02a76d71dc16be507f9ca3d3ac" http_archive( name = "org_tensorflow", urls = [