From fdedae24066e5a99a3c4584d9c583b9318c0077b Mon Sep 17 00:00:00 2001 From: kba Date: Mon, 2 Sep 2024 11:47:57 +0200 Subject: [PATCH] require ocrd>=3.0.0b4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index edfbe76..30d4c51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # ocrd includes opencv, numpy, shapely, click -ocrd >= 3.0.0b1 +ocrd >= 3.0.0b4 numpy <1.24.0 scikit-learn >= 0.23.2 tensorflow == 2.12.1