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'] )