From afc4a278e69a9d045e309308a29fcf0e1b71f9f1 Mon Sep 17 00:00:00 2001 From: Ana Ruelas Date: Wed, 5 Oct 2016 11:43:50 -0400 Subject: [PATCH] ENH: Empyrical bump --- conda/empyrical/meta.yaml | 13 +++++++------ etc/requirements.txt | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/conda/empyrical/meta.yaml b/conda/empyrical/meta.yaml index b07c0898..4b0b72b8 100644 --- a/conda/empyrical/meta.yaml +++ b/conda/empyrical/meta.yaml @@ -1,11 +1,11 @@ package: name: empyrical - version: "0.2.0" + version: "0.2.1" source: - fn: empyrical-0.2.0.tar.gz - url: https://pypi.python.org/packages/e0/e7/e6bf883c009993677f2f283d93c3efcf910c7e42ce0dcd4cf8abd465b070/empyrical-0.2.0.tar.gz - md5: 32a360c6a151b32872e5b6f56dfbe3e4 + fn: empyrical-0.2.1.tar.gz + url: https://pypi.python.org/packages/af/68/2329f8eeadea30775458075a13eb4c80647f309121ed2d797fdac1fcf4d7/empyrical-0.2.1.tar.gz + md5: 6cc874d9e77017a4545e294048d310cd # patches: # List any patch files here # - fix.patch @@ -49,14 +49,15 @@ test: - empyrical.tests # commands: - # - nosetests + # You can put test commands to be run here. Use this to test that the + # entry points work. + # You can also put a file called run_test.py in the recipe that will be run # at test time. requires: - nose >=1.3.7 - # - nose_parameterized >=0.5.0 about: home: https://github.com/quantopian/empyrical diff --git a/etc/requirements.txt b/etc/requirements.txt index 862d801c..9f1b4f77 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -68,4 +68,4 @@ intervaltree==2.1.0 lru-dict==1.1.4 # For financial risk calculations -empyrical==0.2.0 +empyrical==0.2.1