From fa9bc56f04615461332809c8153bcf3a3285c114 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 11 Dec 2014 09:47:27 +0000 Subject: [PATCH] move to menpo==0.4.0a3 as dependency --- conda/meta.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index d175bec..a427d0a 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -9,7 +9,7 @@ requirements: run: - python - - menpo 0.4.0a1 + - menpo 0.4.0a3 - numpy 1.9.0 - scipy 0.14.0 - scikit-learn 0.15.2 diff --git a/setup.py b/setup.py index 741d21c..e5da598 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ packages=find_packages(), install_requires=['numpy==1.9.0', 'scipy==0.14.0', - 'menpo==0.4.0a1' + 'menpo==0.4.0a3' ], tests_require=['nose==1.3.4', 'mock==1.0.1'] )