File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
History
2
2
=======
3
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
+
4
16
0.1.7 (2017-03-13)
5
17
------------------
6
18
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ Click>=6.0
3
3
dlib >= 19.3.0
4
4
numpy
5
5
Pillow
6
- scipy
6
+ scipy >= 0.17.0
Original file line number Diff line number Diff line change 15
15
'dlib>=19.3.0' ,
16
16
'numpy' ,
17
17
'Pillow' ,
18
- 'scipy'
18
+ 'scipy>=0.17.0 '
19
19
]
20
20
21
21
test_requirements = [
24
24
25
25
setup (
26
26
name = 'face_recognition' ,
27
- version = '0.1.8 ' ,
27
+ version = '0.1.9 ' ,
28
28
description = "Recognize faces from Python or from the command line" ,
29
29
long_description = readme + '\n \n ' + history ,
30
30
author = "Adam Geitgey" ,
You can’t perform that action at this time.
0 commit comments