File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- Multi-Template-Matching == 1.4
1
+ Multi-Template-Matching == 1.5.0
2
2
numpy == 1.16.4
3
3
opencv-python-headless == 4.1.0.25
4
4
scikit-image == 0.15.0
5
- scipy == 1.3.0
5
+ scipy == 1.3.0
6
+ pandas
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "Multi-Template-Matching" ,
8
- version = "1.4 " ,
8
+ version = "1.5.0 " ,
9
9
author = "Laurent Thomas" ,
10
10
author_email = "laurent132.thomas@laposte.net" ,
11
11
description = "Object-recognition in images using multiple templates" ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
14
14
keywords = "object-recognition object-localization" ,
15
- url = "https://github.com/LauLauThom /MultiTemplateMatching-Python" ,
15
+ url = "https://github.com/multi-template-matching /MultiTemplateMatching-Python" ,
16
16
packages = ["MTM" ],
17
17
install_requires = [
18
18
'numpy' ,
19
19
'opencv-python-headless' ,
20
20
'scikit-image' ,
21
- 'scipy'
21
+ 'scipy' ,
22
+ 'pandas'
22
23
],
23
24
classifiers = [
24
25
"Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments