From 2b426c9c6fe0414ce4fde7c10cb2857495ed7dd0 Mon Sep 17 00:00:00 2001 From: Mirko Birbaumer <mirko.birbaumer@hslu.ch> Date: Thu, 24 Feb 2022 17:34:06 +0000 Subject: [PATCH] upgrade tensorflow --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d922e59..4b0480c 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.7.0 seaborn==0.11.0 scikit-learn==0.23.2 vega_datasets==0.8.0 -- GitLab