Skip to content

Commit 09c6ac4

Browse files
Johannes Ballécopybara-github
Johannes Ballé
authored andcommitted
Prepares for 2.11.0 release.
PiperOrigin-RevId: 490371108 Change-Id: Ida4e75a4936344979e2ebf45c117b1f1a3ba3374
1 parent 228a5f6 commit 09c6ac4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ If you use this library for research purposes, please cite:
326326
author = "Ballé, Johannes and Hwang, Sung Jin and Agustsson, Eirikur",
327327
title = "{T}ensor{F}low {C}ompression: Learned Data Compression",
328328
url = "http://github.com/tensorflow/compression",
329-
version = "2.10.0",
329+
version = "2.11.0",
330330
year = "2022",
331331
}
332332
```

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ tensorflow_compression_workspace()
66

77
http_archive(
88
name = "org_tensorflow",
9-
sha256 = "b5a1bb04c84b6fe1538377e5a1f649bb5d5f0b2e3625a3c526ff3a8af88633e8",
10-
strip_prefix = "tensorflow-2.10.0",
9+
sha256 = "99c732b92b1b37fc243a559e02f9aef5671771e272758aa4aec7f34dc92dac48",
10+
strip_prefix = "tensorflow-2.11.0",
1111
urls = [
12-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.10.0.tar.gz",
12+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.11.0.tar.gz",
1313
],
1414
)
1515

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
scipy ~= 1.4
2-
tensorflow ~= 2.10.0
2+
tensorflow ~= 2.11.0
33
tensorflow-probability ~= 0.15

0 commit comments

Comments
 (0)