From e22cee9821953ea60762132e58d602d988584793 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Wed, 13 Dec 2017 10:38:31 -0500 Subject: [PATCH] Added pyarrow to OSX build script --- ci/requirements-3.5_OSX.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements-3.5_OSX.sh b/ci/requirements-3.5_OSX.sh index c2978b175968c..f22f57c38364d 100644 --- a/ci/requirements-3.5_OSX.sh +++ b/ci/requirements-3.5_OSX.sh @@ -4,4 +4,4 @@ source activate pandas echo "install 35_OSX" -conda install -n pandas -c conda-forge feather-format==0.3.1 fastparquet +conda install -n pandas -c conda-forge feather-format==0.3.1 fastparquet pyarrow=0.5.0