We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cb965 commit e5fda12Copy full SHA for e5fda12
ci/requirements-3.5_OSX.sh
@@ -4,4 +4,5 @@ source activate pandas
4
5
echo "install 35_OSX"
6
7
-conda install -n pandas -c conda-forge feather-format==0.3.1 fastparquet pyarrow
+# 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