From 03bfd7a3906cb956879195ce93e61a6eee59fd86 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:16:20 +0200 Subject: [PATCH] Update requirements.txt Update to `tensorflow>=2.12` (drops Python 3.7 support) * fix #114 * fix #115 Tested by @vahidrezanezhad @cneud --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a19a191..530dac2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ocrd >= 2.23.3 numpy <1.24.0 scikit-learn >= 0.23.2 -tensorflow >= 2.4.0, <2.12.0 +tensorflow >=2.12.0 imutils >= 0.5.3 matplotlib setuptools >= 50