diff --git a/WORKSPACE b/WORKSPACE index a7556e28b90d..35c967415cc6 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -28,10 +28,10 @@ http_archive( # and update the sha256 with the result. http_archive( name = "org_tensorflow", - sha256 = "77338daa0112a62989e610fa1ee5a24afac5d139bd5bde476d6f2a82922a425e", - strip_prefix = "tensorflow-b99e88eee6a854f0a0e6012f01de87ae0248f8af", + sha256 = "642f5a1bc191dfb96b2d7ed1cfb8f2a1515b5169b8de4381c75193cef8404b92", + strip_prefix = "tensorflow-b25fb1fe32094b60f5a53ad5f986ad65a9f05919", urls = [ - "https://github.com/tensorflow/tensorflow/archive/b99e88eee6a854f0a0e6012f01de87ae0248f8af.tar.gz", + "https://github.com/tensorflow/tensorflow/archive/b25fb1fe32094b60f5a53ad5f986ad65a9f05919.tar.gz", ], ) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 80e5f60296e1..6dc59a87de84 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -20,6 +20,12 @@ jax 0.1.67 (unreleased) tightened. This may break code that was making use of names that were previously exported accidentally. +jaxlib 0.1.47 (May 8, 2020) +------------------------------ + +* Fixes crash for outfeed. + + jax 0.1.66 (May 5, 2020) --------------------------- diff --git a/jaxlib/version.py b/jaxlib/version.py index 0dc54a0dbfdb..fd2c7cd04050 100644 --- a/jaxlib/version.py +++ b/jaxlib/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.46" +__version__ = "0.1.47"