Skip to content

Commit

Permalink
Update the build dependencies
Browse files Browse the repository at this point in the history
Move to numpy 1.9.1 and track menpo 0.4.0 explicitly
  • Loading branch information
patricksnape committed Feb 5, 2015
1 parent 4a6f9fa commit 071327e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ requirements:
run:
- python
- menpo 0.4.0|>=0.4.1,<0.5.0 # Make sure we ignore the alpha
- cyassimp 0.2.0
- cyrasterize 0.2.2
- menpo-pyvrml97 2.3.0a4 # [py27]
- mayavi 4.3.1 # [py27]
- cyassimp 0.2.1
- cyrasterize 0.2.3
- menpo-pyvrml97 2.3.0a4 # [py2k]
- mayavi 4.3.1 # [py2k]

test:
requires:
- nose
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
versioneer.parentdir_prefix = project_name + '-' # dirname like 'menpo-v1.2.0'

install_requires = ['menpo>=0.4.0,<0.5',
'cyassimp==0.2.0',
'cyrasterize==0.2.2']
'cyassimp==0.2.1',
'cyrasterize==0.2.3']

# These dependencies currently don't work on Python 3
if sys.version_info.major == 2:
Expand Down

0 comments on commit 071327e

Please sign in to comment.