From 1dcec06c2b93b831963c08887ff311233c3f195b Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 9 Mar 2023 18:20:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20NumPy=20dependency=20(hope?= =?UTF-8?q?fully...)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a67333a..3fbf9a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ tensorflow >= 2.5.0 -numpy ~= 1.23.5 # XXX https://github.com/OCR-D/ocrd_calamari/issues/87 +numpy < 1.24.0 # XXX https://github.com/OCR-D/ocrd_calamari/issues/87 calamari-ocr == 1.0.* setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime? click