From 8c11b2253dfad142aa896defc70813f222a713b7 Mon Sep 17 00:00:00 2001 From: cneud Date: Tue, 26 Apr 2022 11:51:22 +0200 Subject: [PATCH] update requirements (use tf2) --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8520780..6f2ea48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ # ocrd includes opencv, numpy, shapely, click ocrd >= 2.23.3 -keras >= 2.3.1, < 2.4 scikit-learn >= 0.23.2 -tensorflow-gpu >= 1.15, < 2 +tensorflow-gpu >= 2.4.0 imutils >= 0.5.3 matplotlib setuptools >= 50