From 989cae25ddd052d22470e2300e04f8ac37028638 Mon Sep 17 00:00:00 2001 From: Jiabin Yang Date: Tue, 14 Aug 2018 13:14:31 +0800 Subject: [PATCH] fix the numpy version has to be lower than 1.15 (#12523) * fix the numpy version has to be lower than 1.15 * Add TODO comments --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index c091ecb111b..f8298a63612 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ requests==2.9.2 -numpy>=1.12 +numpy>=1.12,<=1.14 #TODO:change to ">=1.12" when numpy fix bug in 1.15 and higher version protobuf==3.1 recordio>=0.1.0 matplotlib -- GitLab