From 7163b5e89f03754e376e08976a55a9ae1bff56bb Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 3 Aug 2020 19:53:06 -0700 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf4017d6..ca6d0499 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repo contains Ultralytics inference and training code for YOLOv3 in PyTorch ## Requirements -Python 3.7 or later with all `requirements.txt` dependencies installed, including `torch >= 1.5`. To install run: +Python 3.8 or later with all `requirements.txt` dependencies installed, including `torch >= 1.6`. To install run: ```bash $ pip install -U -r requirements.txt ```