Skip to content

Commit 6d3638c

Browse files
Johannes Ballécopybara-github
authored andcommitted
Prepares for 2.10.0 release.
PiperOrigin-RevId: 472564110 Change-Id: I74ebfb0d38be9ea8bb3c0da13f67aa1db5114ef5
1 parent 5ffe063 commit 6d3638c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
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.9.2",
329+
version = "2.10.0",
330330
year = "2022",
331331
}
332332
```

WORKSPACE

Lines changed: 3 additions & 4 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 = "6eaf86ead73e23988fe192da1db68f4d3828bcdd0f3a9dc195935e339c95dbdc",
10-
strip_prefix = "tensorflow-2.9.1",
9+
sha256 = "b5a1bb04c84b6fe1538377e5a1f649bb5d5f0b2e3625a3c526ff3a8af88633e8",
10+
strip_prefix = "tensorflow-2.10.0",
1111
urls = [
12-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.9.1.tar.gz",
12+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.10.0.tar.gz",
1313
],
1414
)
1515

@@ -25,4 +25,3 @@ tf_workspace1()
2525

2626
load("@org_tensorflow//tensorflow:workspace0.bzl", "tf_workspace0")
2727
tf_workspace0()
28-

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.9.0
2+
tensorflow ~= 2.10.0
33
tensorflow-probability ~= 0.15

0 commit comments

Comments
 (0)