Skip to content

Commit d80e10a

Browse files
ZacharyGarrettcopybara-github
authored andcommitted
Prepare for 2.12.0 release.
PiperOrigin-RevId: 518950677 Change-Id: I70a32e04bfff62b00d9126780c2baf0b53b71718
1 parent b31d2ff commit d80e10a

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
@@ -324,7 +324,7 @@ If you use this library for research purposes, please cite:
324324
author = "Ballé, Johannes and Hwang, Sung Jin and Agustsson, Eirikur",
325325
title = "{T}ensor{F}low {C}ompression: Learned Data Compression",
326326
url = "http://github.com/tensorflow/compression",
327-
version = "2.11.0",
327+
version = "2.12.0",
328328
year = "2022",
329329
}
330330
```

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 = "99c732b92b1b37fc243a559e02f9aef5671771e272758aa4aec7f34dc92dac48",
10-
strip_prefix = "tensorflow-2.11.0",
9+
sha256 = "c030cb1905bff1d2446615992aad8d8d85cbe90c4fb625cee458c63bf466bc8e",
10+
strip_prefix = "tensorflow-2.12.0",
1111
urls = [
12-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.11.0.tar.gz",
12+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.12.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.11.0
2+
tensorflow ~= 2.12.0
33
tensorflow-probability ~= 0.15

0 commit comments

Comments
 (0)