From 4807be1b6228dd18c35566f93c16d2480e05a2d2 Mon Sep 17 00:00:00 2001 From: cneud <952378+cneud@users.noreply.github.com> Date: Tue, 28 Mar 2023 23:14:29 +0200 Subject: [PATCH] Update requirements.txt --- requirements.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54bb55e..0180d01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ # ocrd includes opencv, numpy, shapely, click -ocrd -keras == 2.6.0 -scikit-learn -tensorflow-gpu == 2.6.0 -imutils +ocrd >= 2.23.3 +scikit-learn >= 0.23.2 +tensorflow >= 2.4.0 +imutils >= 0.5.3 matplotlib -setuptools +setuptools >= 50