From 53920f5e8a5f761bf4e182a9bbad9c6e5f1e01a0 Mon Sep 17 00:00:00 2001 From: tangwei12 Date: Mon, 3 Jun 2019 13:48:02 +0800 Subject: [PATCH] fix scipy version for python 2.7, test=develop (#17719) --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index ce56462fac9..cd86a3963cf 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -4,7 +4,7 @@ protobuf>=3.1.0 recordio>=0.1.0 matplotlib==2.2.3 # TODO: let python3 paddlepaddle package use latest matplotlib rarfile -scipy>=0.19.0 +scipy>=0.19.0,<=1.2.1 Pillow nltk>=3.2.2 graphviz -- GitLab