From 533736a3e355c37fbe7bea8c993c502992390f85 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Wed, 20 Mar 2024 00:28:22 +0100 Subject: [PATCH] update supported Python+Tensorflow version combinations --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b095edb..2dc90ec 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ * [OCR-D](https://github.com/qurator-spk/eynollah#use-as-ocr-d-processor) interface ## Installation -Python versions `3.8-3.11` with Tensorflow versions >=`2.12` on Linux are currently supported. Unfortunately we can not currently support Windows or MacOS. -Windows users may be able to successfully run the tool through [WSL](https://learn.microsoft.com/en-us/windows/wsl/). +Python versions `3.8-3.11` with Tensorflow versions `2.12-2.15` on Linux are currently supported. For (limited) GPU support the CUDA toolkit needs to be installed.