提交 a18771cc 编写于 作者: A Adam Geitgey 提交者: GitHub

Merge pull request #7 from ageitgey/scipy-version-fix

Scipy version fix
History History
======= =======
0.1.9 (2017-03-16)
------------------
* Fix minimum scipy version required.
0.1.8 (2017-03-16)
------------------
* Fix missing Pillow dependency.
0.1.7 (2017-03-13) 0.1.7 (2017-03-13)
------------------ ------------------
......
...@@ -3,4 +3,4 @@ Click>=6.0 ...@@ -3,4 +3,4 @@ Click>=6.0
dlib>=19.3.0 dlib>=19.3.0
numpy numpy
Pillow Pillow
scipy scipy>=0.17.0
...@@ -15,7 +15,7 @@ requirements = [ ...@@ -15,7 +15,7 @@ requirements = [
'dlib>=19.3.0', 'dlib>=19.3.0',
'numpy', 'numpy',
'Pillow', 'Pillow',
'scipy' 'scipy>=0.17.0'
] ]
test_requirements = [ test_requirements = [
...@@ -24,7 +24,7 @@ test_requirements = [ ...@@ -24,7 +24,7 @@ test_requirements = [
setup( setup(
name='face_recognition', name='face_recognition',
version='0.1.8', version='0.1.9',
description="Recognize faces from Python or from the command line", description="Recognize faces from Python or from the command line",
long_description=readme + '\n\n' + history, long_description=readme + '\n\n' + history,
author="Adam Geitgey", author="Adam Geitgey",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册