Skip to content

Commit

Permalink
Prepares for 2.13.0 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 551322867
Change-Id: I29de537abcb46230c2a4ed3f2ecc89030716ad6c
  • Loading branch information
Johannes Ballé authored and copybara-github committed Jul 26, 2023
1 parent 0859a8f commit 470ff68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ 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.12.0",
year = "2022",
version = "2.13.0",
year = "2023",
}
```
In the above BibTeX entry, names are top contributors sorted by number of
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ tensorflow_compression_workspace()

http_archive(
name = "org_tensorflow",
sha256 = "c030cb1905bff1d2446615992aad8d8d85cbe90c4fb625cee458c63bf466bc8e",
strip_prefix = "tensorflow-2.12.0",
sha256 = "e58c939079588623e6fa1d054aec2f90f95018266e0a970fd353a5244f5173dc",
strip_prefix = "tensorflow-2.13.0",
urls = [
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.12.0.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.13.0.tar.gz",
],
)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
scipy ~= 1.4
tensorflow ~= 2.12.0
tensorflow ~= 2.13.0
tensorflow-probability ~= 0.15

0 comments on commit 470ff68

Please sign in to comment.