From 0eea97f220070bb6c58bacd678b4a552b9f2cd04 Mon Sep 17 00:00:00 2001 From: Michael Reneer Date: Tue, 10 Oct 2023 09:58:21 -0700 Subject: [PATCH] Update to the latest version of `tensorflow-probablity`. PiperOrigin-RevId: 572283525 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1e7475d..aa27f59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,6 +35,6 @@ scipy~=1.9 statsmodels~=0.13 tensorflow-datasets~=4.5 tensorflow-estimator~=2.4 -tensorflow-probability~=0.20.0 +tensorflow-probability~=0.22.0 tensorflow~=2.4 tf-models-official~=2.13 diff --git a/setup.py b/setup.py index 4928c8c..cd623a1 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( 'statsmodels~=0.13', 'tensorflow-datasets~=4.5', 'tensorflow-estimator~=2.4', - 'tensorflow-probability~=0.20.0', + 'tensorflow-probability~=0.22.0', 'tensorflow~=2.4', 'tf-models-official~=2.13', ],