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
22numpy == 1.16.4
33opencv-python-headless == 4.1.0.25
44scikit-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 55
66setuptools .setup (
77 name = "Multi-Template-Matching" ,
8- version = "1.4 " ,
8+ version = "1.5.0 " ,
99 author = "Laurent Thomas" ,
1010 author_email = "laurent132.thomas@laposte.net" ,
1111 description = "Object-recognition in images using multiple templates" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
1414 keywords = "object-recognition object-localization" ,
15- url = "https://github.com/LauLauThom /MultiTemplateMatching-Python" ,
15+ url = "https://github.com/multi-template-matching /MultiTemplateMatching-Python" ,
1616 packages = ["MTM" ],
1717 install_requires = [
1818 'numpy' ,
1919 'opencv-python-headless' ,
2020 'scikit-image' ,
21- 'scipy'
21+ 'scipy' ,
22+ 'pandas'
2223 ],
2324 classifiers = [
2425 "Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments