From acf33237e5c65f2dcd9efdcd554f211707633666 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 13:21:09 +0000 Subject: [PATCH] chore(deps): update dependency tensorflow to v2.15.0.post1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ed4264b..e2a515e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pandas<3 numpy<2 scikit-learn<2 matplotlib<4 -tensorflow==2.12.0 +tensorflow==2.15.0.post1 tensorflow-probability==0.19.0 easydict==1.10 pmlb==1.0.*