Skip to content

Commit fdcd779

Browse files
ssjhvcopybara-github
authored andcommitted
Prepares for 2.14.0 release.
PiperOrigin-RevId: 572710182 Change-Id: Idf63ad7cb2a2a569d546f0049f73855822e722e4
1 parent 59449dc commit fdcd779

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.13.0",
327+
version = "2.14.0",
328328
year = "2023",
329329
}
330330
```

WORKSPACE

Lines changed: 2 additions & 2 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 = "e58c939079588623e6fa1d054aec2f90f95018266e0a970fd353a5244f5173dc",
9+
sha256 = "ce357fd0728f0d1b0831d1653f475591662ec5bca736a94ff789e6b1944df19f",
1010
strip_prefix = "tensorflow-2.13.0",
1111
urls = [
12-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.13.0.tar.gz",
12+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.14.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.13.0
2+
tensorflow ~= 2.14.0
33
tensorflow-probability ~= 0.15

0 commit comments

Comments
 (0)