diff --git a/README.md b/README.md index 7027e24..754dbe4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/WORKSPACE b/WORKSPACE index 7d2879f..47b2954 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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", ], ) diff --git a/requirements.txt b/requirements.txt index 8ba9d94..779d805 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ scipy ~= 1.4 -tensorflow ~= 2.12.0 +tensorflow ~= 2.13.0 tensorflow-probability ~= 0.15