mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
37 lines
607 B
YAML
37 lines
607 B
YAML
package:
|
|
name: zipline
|
|
version: 0.7.0
|
|
|
|
source:
|
|
fn: zipline-0.7.0.tar.gz
|
|
url: https://pypi.python.org/packages/source/z/zipline/zipline-0.7.0.tar.gz
|
|
md5: 62d45c3c0d9a624e787b7e413937f7b4
|
|
|
|
requirements:
|
|
build:
|
|
- python
|
|
- setuptools
|
|
run:
|
|
- python
|
|
- pytz
|
|
- requests
|
|
- numpy
|
|
- pandas
|
|
- scipy
|
|
- matplotlib
|
|
- ta-lib
|
|
- logbook
|
|
|
|
test:
|
|
# Python imports
|
|
imports:
|
|
- zipline
|
|
|
|
about:
|
|
home: https://github.com/quantopian/zipline
|
|
license: Apache Software License
|
|
|
|
# See
|
|
# http://docs.continuum.io/conda/build.html for
|
|
# more information about meta.yaml
|