Skip to content

Commit

Permalink
MAINT: Update conda recipe for empyrical
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ruelas committed Aug 29, 2016
1 parent 97b5620 commit 40b0535
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions conda/empyrical/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
package:
name: empyrical
version: "0.1.9"
version: "0.1.10"

source:
fn: empyrical-0.1.9.tar.gz
url: https://pypi.python.org/packages/15/6b/de1d277d4342d2cecc8134f4935248853f32299cdd9b01728b0ec420c350/empyrical-0.1.9.tar.gz
md5: 2c8b928cae192fc9cb8b7104608eec56
fn: empyrical-0.1.10.tar.gz
url: https://pypi.python.org/packages/2c/b4/658f06c8bc05f847e9ccd6b8131e6e4589bbeb875e239d568a821fd1babc/empyrical-0.1.10.tar.gz
md5: cf4439bad083150639ae5b27698c64d4


requirements:
build:
- python
- setuptools
- numpy x.x
- numpy >=1.9.2
- pandas >=0.16.1
- scipy >=0.15.1
- bottleneck >=1.0.0

run:
- python
- numpy x.x
- 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
Expand Down

0 comments on commit 40b0535

Please sign in to comment.