BLD: Use newer conda tools to build packages

This commit is contained in:
Richard Frank 2017-09-12 13:45:15 -04:00
parent 11a37954fe
commit 46f0ebc34f

View file

@ -31,7 +31,7 @@ before_install:
- export PATH="$HOME/miniconda/bin:$PATH"
install:
- conda info -a
- conda install conda=4.1.11 conda-build=1.21.11 anaconda-client=1.5.1 --yes
- conda install conda=4.3.25 conda-build=3.0.15 anaconda-client=1.6.3 --yes
- TALIB_VERSION=$(cat ./etc/requirements_talib.txt | sed "s/TA-Lib==\(.*\)/\1/")
- IFS='.' read -r -a NPY_VERSION_ARR <<< "$NUMPY_VERSION"