mirror of
https://github.com/saymrwulf/zipline.git
synced 2026-05-14 20:58:10 +00:00
BLD: Use newer conda tools to build packages
This commit is contained in:
parent
11a37954fe
commit
46f0ebc34f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue