Skip to content

Commit

Permalink
Merge pull request #15 from leblancfg/numpy
Browse files Browse the repository at this point in the history
tightened numpy requirements, bumped to v0.1.4
  • Loading branch information
leblancfg authored Oct 2, 2017
2 parents 757ec85 + fd17ef1 commit 2e568b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autocrop/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__title__ = 'autocrop'
__description__ = 'Automatically crops faces from batches of pictures'
__author__ = 'François Leblanc'
__version__ = '0.1.3'
__version__ = '0.1.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# What packages are required for this module to be executed?
REQUIRED = [
'numpy>=1',
'numpy>=1.10',
'opencv-python>=3, <4'
]

Expand Down

0 comments on commit 2e568b9

Please sign in to comment.