Skip to content

Commit

Permalink
Prepares for 2.11.0 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 490371108
Change-Id: Ida4e75a4936344979e2ebf45c117b1f1a3ba3374
  • Loading branch information
jonycgn authored and Copybara-Service committed Nov 23, 2022
1 parent 228a5f6 commit 09c6ac4
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 @@ -326,7 +326,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.10.0",
version = "2.11.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 = "b5a1bb04c84b6fe1538377e5a1f649bb5d5f0b2e3625a3c526ff3a8af88633e8",
strip_prefix = "tensorflow-2.10.0",
sha256 = "99c732b92b1b37fc243a559e02f9aef5671771e272758aa4aec7f34dc92dac48",
strip_prefix = "tensorflow-2.11.0",
urls = [
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.10.0.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.11.0.tar.gz",
],
)

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

0 comments on commit 09c6ac4

Please sign in to comment.