From 6e4d2b1570c7e2288486cb92c57670470a4a860a Mon Sep 17 00:00:00 2001 From: Mikko Kotila Date: Sat, 20 Apr 2024 14:03:03 +0300 Subject: [PATCH] locked tf version to 2.14.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bbae0a7..554e89e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "requests", "scikit-learn", "statsmodels>=0.11.0", - "tensorflow>=2.0.0", + "tensorflow==2.14.1", "tqdm", "wrangle", ]