From 66df86c1337ead949aded95233fc2ae79c92d647 Mon Sep 17 00:00:00 2001 From: dongdaxiang Date: Wed, 15 Apr 2020 13:58:51 +0800 Subject: [PATCH] add numpy to client api --- python/setup.py.client.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py.client.in b/python/setup.py.client.in index 381fb2a8..4cb819b0 100644 --- a/python/setup.py.client.in +++ b/python/setup.py.client.in @@ -53,7 +53,7 @@ if '${PACK}' == 'ON': REQUIRED_PACKAGES = [ - 'six >= 1.10.0', 'protobuf >= 3.1.0' + 'six >= 1.10.0', 'protobuf >= 3.1.0', 'numpy' ] if not find_package("paddlepaddle") and not find_package("paddlepaddle-gpu"): -- GitLab