From adf0ad078bfc486f569639875ba799f749d3322e Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 25 Jan 2019 15:17:58 -0700 Subject: [PATCH] HACK: pin pandas 0.23.4 (0.24.0 is broken) --- ci/recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/recipe/meta.yaml b/ci/recipe/meta.yaml index b971beff..a6455224 100644 --- a/ci/recipe/meta.yaml +++ b/ci/recipe/meta.yaml @@ -19,7 +19,8 @@ requirements: run: - python {{ python }} - scikit-bio >=0.5.4 - - pandas + # TODO: unset this pin once pandas 0.24.x is sorted out upstream + - pandas 0.23.4 - biom-format >=2.1.5,<2.2.0 - ijson - h5py