From a9dd889641bfe1a5dd630c802cd067048881f62d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Feb 2019 09:37:52 +0900 Subject: [PATCH] Pin numpy to latest version 1.16.1 --- 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..763dc2ef27f28 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.16.1 flake8 moto pytest>=3.1