From 471222b2c18a49751cd2abd26775b3d10b15e9fe Mon Sep 17 00:00:00 2001 From: dongdaxiang Date: Wed, 15 Apr 2020 09:30:33 +0800 Subject: [PATCH] add numpy as dependency --- python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/requirements.txt b/python/requirements.txt index 5359d565..51669661 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,4 @@ protobuf>=3.1.0 six paddlepaddle-gpu +numpy -- GitLab