From 97f93ab549bd620c46d4b6d663dd3859e013884a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 10 Mar 2024 14:47:48 +0000 Subject: [PATCH] Update dependency tensorflow to ~2.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4666efac..9a0bda40b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pytest-mock = "*" scikit-learn = "~1.0" seaborn = "~0.11" statsmodels = "~0.10" -tensorflow = "~2.8" +tensorflow = "~2.16.0" testbook = "*" [build-system]