From 339cceedd7cc55085690c755704833d1eca7e6a6 Mon Sep 17 00:00:00 2001 From: Harald Scheidl <harald@newlaptop.com> Date: Fri, 22 Jan 2021 13:57:57 +0100 Subject: [PATCH] updated requirements --- requirements.txt | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index eb4b9b5..ae7d38a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,7 @@ -absl-py==0.7.0 -astor==0.7.1 editdistance==0.5.2 -gast==0.3.3 -grpcio==1.33.2 -h5py==2.10.0 -Keras-Applications==1.0.8 -Keras-Preprocessing==1.1.2 -Markdown==3.3.3 -numpy==1.18.5 +lmdb==1.0.0 +matplotlib==3.2.1 +numpy==1.19.5 opencv-python==4.4.0.46 -protobuf==3.14.0 -six==1.12.0 -tensorboard==2.4.0 -tensorflow==2.3.1 -termcolor==1.1.0 -Werkzeug==1.0.1 \ No newline at end of file +path==15.0.0 +tensorflow==2.4.0 \ No newline at end of file -- GitLab