From eb9a72a9f1b0888c30bc716190e710c7f863e873 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 13 Jun 2018 11:26:30 +0900 Subject: [PATCH] Pin numpy to latest version 1.14.5 --- 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..0a603b8f5cc3c 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.14.5 flake8 moto pytest>=3.1