From b8fb99ba1db5a713289efe19921cf28b3fcf84d8 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Tue, 1 Jul 2014 20:46:34 +0200 Subject: [PATCH] BLD: Update conda build files. --- conda/build.sh | 2 +- conda/meta.yaml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conda/build.sh b/conda/build.sh index 8e25a1455..3786386a7 100644 --- a/conda/build.sh +++ b/conda/build.sh @@ -1,3 +1,3 @@ #!/bin/bash -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=record.txt diff --git a/conda/meta.yaml b/conda/meta.yaml index e0db2525b..88a850c58 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -13,7 +13,11 @@ requirements: # (optional) build: - python - numpy - - cython + - pymc + - pandas + - matplotlib + - kabuki + - patsy run: - python - numpy