Skip to content

Commit

Permalink
move to menpo==0.4.0a3 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jabooth committed Dec 11, 2014
1 parent 5b6c0cd commit fa9bc56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
)

0 comments on commit fa9bc56

Please sign in to comment.