From a187703ff8f2ac2810cf197d31a156ea0dc14899 Mon Sep 17 00:00:00 2001 From: wangguanzhong Date: Wed, 3 Feb 2021 16:07:56 +0800 Subject: [PATCH] add scipy into requirement, test=dygraph (#2174) --- dygraph/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dygraph/requirements.txt b/dygraph/requirements.txt index 170c8a3b0..c50d347b2 100644 --- a/dygraph/requirements.txt +++ b/dygraph/requirements.txt @@ -4,3 +4,4 @@ visualdl>=2.0.0b opencv-python PyYAML shapely +scipy -- GitLab