Skip to content

Commit

Permalink
Specify conda-forge channel
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraus14 committed Jan 15, 2019
1 parent 2be5528 commit 82e0282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ logger "Activate conda env..."
source activate gdf

logger "Bump pyarrow"
conda install pyarrow=0.11.1 arrow-cpp=0.11.1 parquet-cpp=1.5.1 pandas>=0.23.4 numpy>=1.15.3
conda install -c conda-forge pyarrow=0.11.1 arrow-cpp=0.11.1 parquet-cpp=1.5.1 pandas>=0.23.4 numpy>=1.15.3

logger "Check versions..."
python --version
Expand Down

0 comments on commit 82e0282

Please sign in to comment.