From f726ef29344012ea2ddcd69e92fe55d0db330e63 Mon Sep 17 00:00:00 2001 From: Mohammad Mahbubuzzaman Date: Wed, 17 Jul 2019 10:23:02 -0700 Subject: [PATCH] Fixes required python version The requirements.txt used for COCO specifies python version >= 3.4. --- PaddleCV/PaddleDetection/docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PaddleCV/PaddleDetection/docs/INSTALL.md b/PaddleCV/PaddleDetection/docs/INSTALL.md index 2bf74338..49e5bc7b 100644 --- a/PaddleCV/PaddleDetection/docs/INSTALL.md +++ b/PaddleCV/PaddleDetection/docs/INSTALL.md @@ -36,7 +36,7 @@ python -c "import paddle; print(paddle.__version__)" ### Requirements: -- Python2 or Python3 +- Python3 - CUDA >= 8.0 - cuDNN >= 5.0 - nccl >= 2.1.2 -- GitLab