From 0a9ff75de81f8c55a56cc5fedce30c58784fdc42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Budy=C5=9B?= Date: Tue, 25 Jan 2022 09:27:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db94159..fe9934e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Code for training and synthetic data generation will be released soon. # Installation -You need Python 3.6+. +You need Python 3.6, 3.7, 3.8 or 3.9. Unfortunately, PyTorch does not support Python 3.10 yet. If you want to run with GPU, install PyTorch as described [here](https://pytorch.org/get-started/locally/#start-locally), otherwise this step can be skipped.