From 50c4e23ef849ca4cb07b2ce806661ce813b1a6ff Mon Sep 17 00:00:00 2001 From: Christian Fobel Date: Mon, 7 Nov 2016 14:46:06 -0500 Subject: [PATCH] [FIX] Add paver as build requirement --- .conda-recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.conda-recipe/meta.yaml b/.conda-recipe/meta.yaml index f3f4ad4..fc54474 100644 --- a/.conda-recipe/meta.yaml +++ b/.conda-recipe/meta.yaml @@ -22,6 +22,7 @@ build: requirements: build: - python + - paver - matplotlib - pandas - psutil -- GitLab