From 7399639b7c6333a0bc5423d2cc1cd6cdb72d4672 Mon Sep 17 00:00:00 2001 From: Mirko Birbaumer <mirko.birbaumer@hslu.ch> Date: Thu, 24 Feb 2022 08:08:39 +0000 Subject: [PATCH] Upgrade to tensorflow version 2.8.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d922e59..5a2a557 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.19.1 pandas==1.1.3 matplotlib==3.3.1 opencv-python==4.1.2.30 -tensorflow==2.4.1 +tensorflow==2.8.0 seaborn==0.11.0 scikit-learn==0.23.2 vega_datasets==0.8.0 -- GitLab