From 91c6e7a0f44850f8d491d4c9f0536f0bd9f574f3 Mon Sep 17 00:00:00 2001 From: Tao Luo Date: Thu, 15 Nov 2018 14:25:20 +0800 Subject: [PATCH] fix compiler error test=develop --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 7a24dd519a..84cf440397 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,7 +1,7 @@ requests==2.9.2 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; sys_platform != 'win32' +recordio>=0.1.0 matplotlib==2.2.3 # TODO: let python3 paddlepaddle package use latest matplotlib rarfile scipy>=0.19.0 -- GitLab