From 7b76a76495a29621fd7b1872a09dd8038420c824 Mon Sep 17 00:00:00 2001 From: wangchaochaohu Date: Wed, 15 Jan 2020 23:24:25 +1400 Subject: [PATCH] fix the conda build confilict test=develop (#22279) --- paddle/scripts/conda_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/conda_build.py b/paddle/scripts/conda_build.py index caa5d1697fa..324b2effb12 100644 --- a/paddle/scripts/conda_build.py +++ b/paddle/scripts/conda_build.py @@ -47,7 +47,6 @@ requirements: - graphviz - protobuf - py-cpuinfo==5.0.0 - - funcsigs - matplotlib """ @@ -83,6 +82,7 @@ about: pip install /package/objgraph-3.4.1.tar.gz pip install /package/prettytable-0.7.tar.gz pip install /package/rarfile-3.0.tar.gz --no-deps +pip install /package/funcsigs-1.0.2.tar.gz """ self.blt_const = r""" -- GitLab