From d80e10abdc697d21f9413c5bda7db6ff3c831798 Mon Sep 17 00:00:00 2001 From: Zachary Garrett Date: Thu, 23 Mar 2023 13:37:58 -0700 Subject: [PATCH] Prepare for 2.12.0 release. PiperOrigin-RevId: 518950677 Change-Id: I70a32e04bfff62b00d9126780c2baf0b53b71718 --- README.md | 2 +- WORKSPACE | 6 +++--- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7579b35..7027e24 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ If you use this library for research purposes, please cite: author = "Ballé, Johannes and Hwang, Sung Jin and Agustsson, Eirikur", title = "{T}ensor{F}low {C}ompression: Learned Data Compression", url = "http://github.com/tensorflow/compression", - version = "2.11.0", + version = "2.12.0", year = "2022", } ``` diff --git a/WORKSPACE b/WORKSPACE index e696b48..7d2879f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -6,10 +6,10 @@ tensorflow_compression_workspace() http_archive( name = "org_tensorflow", - sha256 = "99c732b92b1b37fc243a559e02f9aef5671771e272758aa4aec7f34dc92dac48", - strip_prefix = "tensorflow-2.11.0", + sha256 = "c030cb1905bff1d2446615992aad8d8d85cbe90c4fb625cee458c63bf466bc8e", + strip_prefix = "tensorflow-2.12.0", urls = [ - "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.11.0.tar.gz", + "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.12.0.tar.gz", ], ) diff --git a/requirements.txt b/requirements.txt index e818353..8ba9d94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ scipy ~= 1.4 -tensorflow ~= 2.11.0 +tensorflow ~= 2.12.0 tensorflow-probability ~= 0.15