From 7c9e80b797bfaf1d7f9679f6162083469dee7fb3 Mon Sep 17 00:00:00 2001 From: Mirko Birbaumer <mirko.birbaumer@hslu.ch> Date: Fri, 16 Sep 2022 16:17:35 +0000 Subject: [PATCH] tensorflow 2.7.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ed0643..3aba394 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.8.2 +tensorflow==2.7.1 seaborn==0.11.0 scikit-learn==0.23.2 vega_datasets==0.8.0 -- GitLab