From 07fbdb4be9c43a14aa8fffd24244c2c3261d0451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20Garc=C3=ADa?= Date: Wed, 2 Dec 2020 23:05:12 +0100 Subject: [PATCH] fix: numpy >=1.14.5 is required Otherwise you get > coremltools 4.0 requires numpy>=1.14.5, but you'll have numpy 1.14.0 which is incompatible. when pip installing the requirements. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e78b07..e5cda9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ dlib face_recognition youtube-dl moviepy -numpy==1.14.0 +numpy==1.14.5 tqdm pydot graphviz