From 4c62fe998032571a8ad2269305f1522f2aa626d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 21:31:25 +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.15.0. - [Release notes](https://github.com/tensorflow/probability/releases) - [Commits](https://github.com/tensorflow/probability/commits) --- 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 3970fa10a975..e399ae78d02a 100644 --- a/python/requirements/ml/requirements_dl.txt +++ b/python/requirements/ml/requirements_dl.txt @@ -8,7 +8,7 @@ # TODO(amogkam): Remove after https://github.com/tensorflow/tensorflow/issues/52922 is fixed. keras==2.6.0 tensorflow==2.6.0 -tensorflow-probability==0.14.0 +tensorflow-probability==0.15.0 torch==1.9.0;sys_platform=="darwin" torchvision==0.10.0;sys_platform=="darwin"