From 9c43382a27be89da9af329639d6bcdcae9c4e9f1 Mon Sep 17 00:00:00 2001 From: Nathan Petrangelo Date: Wed, 4 Jul 2018 17:34:14 -0400 Subject: [PATCH] I needed a this version of numpy to satisfy opencv. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d9ba9a9..20b01a11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ argparse==1.4.0 colour==0.1.2 -numpy==1.11.0 +numpy==1.11.1 Pillow==3.4.2 progressbar==2.3 scipy==0.17.1