From a1f1e282f778ff87d88f3b89c8b9e1ceb51fcccd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 24 Jul 2018 05:16:49 +0900 Subject: [PATCH] Pin numpy to latest version 1.15.0 --- 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 83ee30b52071d..66e8dcfa8eda8 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -1,7 +1,7 @@ # This file was autogenerated by scripts/convert_deps.py # Do not modify directly Cython -NumPy +NumPy==1.15.0 flake8 moto pytest>=3.1