mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 11:16:15 +08:00
BLD: use new package of ta-lib
This commit is contained in:
committed by
Richard Frank
parent
6e0812c2f8
commit
c998c0401b
+1
-1
@@ -24,7 +24,7 @@ before_install:
|
||||
- sed -i "s/pandas==.*/pandas==$PANDAS_VERSION/" etc/requirements.txt
|
||||
- sed -i "s/scipy==.*/scipy==$SCIPY_VERSION/" etc/requirements.txt
|
||||
install:
|
||||
- conda create -n testenv --yes -c quantopian pip python=$TRAVIS_PYTHON_VERSION numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION ta-lib=0.4.8
|
||||
- conda create -n testenv --yes -c quantopian pip python=$TRAVIS_PYTHON_VERSION numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION ta-lib=0.4.9
|
||||
- source activate testenv
|
||||
- pip install --upgrade pip coverage coveralls --cache-dir=$CACHE_DIR
|
||||
- pip install -r etc/requirements.txt --cache-dir=$CACHE_DIR
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
package: cyordereddict
|
||||
user: quantopian
|
||||
|
||||
platform:
|
||||
- linux-64
|
||||
engine:
|
||||
- python=2.7
|
||||
- python=3.4
|
||||
|
||||
install:
|
||||
- conda config --add channels quantopian
|
||||
- conda config --set always_yes true
|
||||
|
||||
before_script:
|
||||
- python -V
|
||||
|
||||
script:
|
||||
- conda build conda/cyordereddict
|
||||
|
||||
iotimeout: 600
|
||||
|
||||
build_targets: conda
|
||||
@@ -10,6 +10,9 @@ engine:
|
||||
install:
|
||||
- conda config --add channels quantopian
|
||||
- conda config --set always_yes true
|
||||
- source deactivate
|
||||
- conda install conda-build=1.10alpha.0
|
||||
- source activate /home/anaconda/env
|
||||
|
||||
before_script:
|
||||
- python -V
|
||||
|
||||
@@ -11,14 +11,14 @@ build:
|
||||
|
||||
|
||||
source:
|
||||
git_url: ../../
|
||||
path: ../../
|
||||
|
||||
requirements:
|
||||
build:
|
||||
- python
|
||||
- setuptools
|
||||
- cython
|
||||
- numpy
|
||||
{% for req in data.get('install_requires', []) -%}
|
||||
- {{req}}
|
||||
{% endfor %}
|
||||
run:
|
||||
- python
|
||||
{% for req in data.get('install_requires', []) -%}
|
||||
|
||||
Reference in New Issue
Block a user