Skip to content

Commit e5fda12

Browse files
committed
don't upgrade numpy
1 parent 67cb965 commit e5fda12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/requirements-3.5_OSX.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ source activate pandas
44

55
echo "install 35_OSX"
66

7-
conda install -n pandas -c conda-forge feather-format==0.3.1 fastparquet pyarrow
7+
# we are specific about numpy here to avoid an upgrade to our environment
8+
conda install -n pandas -c conda-forge numpy=1.12* feather-format==0.3.1 fastparquet pyarrow

0 commit comments

Comments
 (0)