Update README.md

remove Python 3.6 from supported versions
This commit is contained in:
cneud 2023-03-29 00:21:02 +02:00
parent 2c13f1bddc
commit d21cc42d87

View file

@ -14,7 +14,7 @@ Alternatively, you can also use `make` with these targets:
`make install-dev` for editable installation `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. In order to use a GPU for inference, the CUDA toolkit version 10.x needs to be installed.