From 591ca141f974c9357a56f6cd1a8a497d903c6591 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 00:09:48 +0000 Subject: [PATCH] chore(deps): update dependency tensorflow-probability to v0.20.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12ad5ed6..0e9975ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ numpy==1.23.* scikit-learn==1.2.* matplotlib==3.6.* tensorflow==2.11.1 -tensorflow-probability==0.19.0 +tensorflow-probability==0.20.1 easydict==1.10 pmlb==1.0.* tqdm<5.0