From 37b6ba4d66ab4dabe0c52dc2320502705c965dc8 Mon Sep 17 00:00:00 2001 From: Jonathan Muller Date: Wed, 26 Sep 2018 12:24:10 +0200 Subject: [PATCH] Update requirements.txt (numpy 1.14.6) I had to update the version of numpy to 1.14.6 to be able to build requirements on my version of python (3.7) and pip (18.0) See https://github.com/numpy/numpy/issues/10500 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 79221eb..3aba493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fake-factory==0.7.2 -numpy==1.11.2 +numpy==1.14.6 Faker==0.7.3 pytz==2016.7 -tzlocal==1.3.0 \ No newline at end of file +tzlocal==1.3.0