Files
catalyst/conda/empyrical/meta.yaml
T
Richard Frank 644a33e11b BLD: empyrical doesn't have a binary dependency on numpy
so we don't need to tag its conda packages with the numpy version
2016-09-14 21:04:07 -04:00

35 lines
809 B
YAML

package:
name: empyrical
version: "0.1.11"
source:
fn: empyrical-0.1.11.tar.gz
url: https://pypi.python.org/packages/df/82/c4050b0fe341db97430b2de7ae736d89a2ddb78636d3e0235aef1b7499d5/empyrical-0.1.11.tar.gz
md5: fbd543416d204688146f13f325ca8731
requirements:
build:
- python
- setuptools
- numpy >=1.9.2
- pandas >=0.16.1
- scipy >=0.15.1
- bottleneck >=1.0.0
run:
- python
- numpy >=1.9.2
- pandas >=0.16.1
- scipy >=0.15.1
- bottleneck >=1.0.0
about:
home: https://github.com/quantopian/empyrical
license: Apache Software License
summary: 'empyrical is a Python library with performance and risk statistics\ncommonly used in quantitative finance'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml