Skip to content

Commit

Permalink
Prepare for 2.12.0 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 518950677
Change-Id: I70a32e04bfff62b00d9126780c2baf0b53b71718
  • Loading branch information
ZacharyGarrett authored and Copybara-Service committed Mar 23, 2023
1 parent b31d2ff commit d80e10a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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",
}
```
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Expand Up @@ -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",
],
)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
scipy ~= 1.4
tensorflow ~= 2.11.0
tensorflow ~= 2.12.0
tensorflow-probability ~= 0.15

0 comments on commit d80e10a

Please sign in to comment.