From 7f4cd500102edc3221c3c533b380e6948562d7f1 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 14 Jul 2020 16:34:54 -0600 Subject: [PATCH] Update requirements.txt numpy 1.17.3 is required for python3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bca726aa33f0..0deceacc74fb 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # pip install -U -r requirements.txt Cython -numpy==1.17 +numpy==1.17.3 opencv-python torch>=1.5.1 matplotlib