From d1941fc77847e9bf904346d02ac85c2bfb5b5a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 05:55:52 +0000 Subject: [PATCH] [tune](deps): Bump tensorflow-probability in /python/requirements/ml Bumps [tensorflow-probability](https://github.com/tensorflow/probability) from 0.14.0 to 0.16.0. - [Release notes](https://github.com/tensorflow/probability/releases) - [Commits](https://github.com/tensorflow/probability/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: tensorflow-probability dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_dl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_dl.txt b/python/requirements/ml/requirements_dl.txt index b62c2bb8ae2e..d95360732ada 100644 --- a/python/requirements/ml/requirements_dl.txt +++ b/python/requirements/ml/requirements_dl.txt @@ -2,7 +2,7 @@ # For GPU Docker images, you should install requirements_ml_docker.txt afterwards. tensorflow==2.9.0 -tensorflow-probability==0.17.0 +tensorflow-probability==0.18.0 # If you make changes to the torch versions below, please also make the corresponding changes to `requirements_ml_docker.txt`!