From a2fce6daf253d29ca47dd61a50fda63a92440943 Mon Sep 17 00:00:00 2001 From: minqiyang Date: Mon, 19 Nov 2018 22:00:28 +0800 Subject: [PATCH] Polish code test=develop --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index e56d0f811ce..f41b2e13f05 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ requests==2.9.2 -numpy>=1.12 #TODO:change to ">=1.12" when numpy fix bug in 1.15 and higher version +numpy>=1.12 #TODO:change to ">=1.12" to support python3.7 protobuf==3.1 recordio>=0.1.0 matplotlib==2.2.3 # TODO: let python3 paddlepaddle package use latest matplotlib -- GitLab