From 6f065bc4054ed2102ed7794b4149598e909f42ff Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Thu, 15 Jun 2023 10:20:27 -0700 Subject: [PATCH] Update Tensorflow dependency in MediaPipe PiperOrigin-RevId: 540619536 --- WORKSPACE | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 = [