From d8e4247d26b405031750231caf73767547d0fc0a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 7 Jun 2018 05:52:24 +0900 Subject: [PATCH 1/2] Pin numpy to latest version 1.14.4 --- 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..5eeac95fc4457 100644 --- a/ci/requirements_all.txt +++ b/ci/requirements_all.txt @@ -14,7 +14,7 @@ xlwt html5lib patsy beautifulsoup4 -numpy +numpy==1.14.4 cython scipy numexpr From 00a307a423bc3e747d5840ca55c317302fcdeb87 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 7 Jun 2018 05:52:26 +0900 Subject: [PATCH 2/2] Pin numpy to latest version 1.14.4 --- 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..d77909df718b1 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -1,6 +1,6 @@ python-dateutil pytz -numpy +numpy==1.14.4 cython pytest>=3.1.0 pytest-cov