From f0eb621d876df62072cccb9f4d3afd1482957708 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Tue, 28 Jul 2020 16:42:26 +0800 Subject: [PATCH] cherry-pick Fix scipy (#25729) --- python/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index ef7181b4382..5e081f5e85b 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -7,7 +7,8 @@ matplotlib<=2.2.4 ; python_version<"3.6" scipy>=0.19.0, <=1.2.1 ; python_version<"3.5" nltk>=3.2.2, <=3.4 ; python_version<"3.5" matplotlib ; python_version>="3.6" -scipy<=1.3.1 ; python_version>="3.5" +scipy<=1.3.1 ; python_version=="3.5" +scipy ; python_version>"3.5" nltk ; python_version>="3.5" rarfile Pillow -- GitLab