From ccc399a210be3262e222ce498750c375f990930e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 29 Apr 2018 04:15:07 +0900 Subject: [PATCH 1/2] Pin numpy to latest version 1.14.3 --- ci/requirements_all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements_all.txt b/ci/requirements_all.txt index e13afd619f105..1bea59937127d 100644 --- a/ci/requirements_all.txt +++ b/ci/requirements_all.txt @@ -14,7 +14,7 @@ xlwt html5lib patsy beautifulsoup4 -numpy +numpy==1.14.3 cython scipy numexpr From 1fc6ec948070524f9f90bf970cefc23782e68d81 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 29 Apr 2018 04:15:09 +0900 Subject: [PATCH 2/2] Pin numpy to latest version 1.14.3 --- ci/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements_dev.txt b/ci/requirements_dev.txt index dbc4f6cbd6509..3d65650b7c29d 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -1,6 +1,6 @@ python-dateutil pytz -numpy +numpy==1.14.3 cython pytest>=3.1.0 pytest-cov