We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e32f9 commit df70b9eCopy full SHA for df70b9e
HISTORY.rst
@@ -1,6 +1,18 @@
1
History
2
=======
3
4
+0.1.9 (2017-03-16)
5
+------------------
6
+
7
+* Fix minimum scipy version required.
8
9
10
+0.1.8 (2017-03-16)
11
12
13
+* Fix missing Pillow dependency.
14
15
16
0.1.7 (2017-03-13)
17
------------------
18
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name='face_recognition',
27
- version='0.1.8',
+ version='0.1.9',
28
description="Recognize faces from Python or from the command line",
29
long_description=readme + '\n\n' + history,
30
author="Adam Geitgey",
0 commit comments