From d21cc42d875930c779aaa96126e123732712ce6e Mon Sep 17 00:00:00 2001 From: cneud <952378+cneud@users.noreply.github.com> Date: Wed, 29 Mar 2023 00:21:02 +0200 Subject: [PATCH] Update README.md remove Python 3.6 from supported versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02bbcb7..da11b82 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Alternatively, you can also use `make` with these targets: `make install-dev` for editable installation -The current version of Eynollah runs on Python `>=3.6` with Tensorflow `>=2.4`. +The current version of Eynollah runs on Python `>=3.7` with Tensorflow `>=2.4`. In order to use a GPU for inference, the CUDA toolkit version 10.x needs to be installed.