Skip to content

Commit 49ae332

Browse files
committed
Update dependencies
1 parent cbe1c92 commit 49ae332

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Multi-Template-Matching==1.4
1+
Multi-Template-Matching==1.5.0
22
numpy==1.16.4
33
opencv-python-headless==4.1.0.25
44
scikit-image==0.15.0
5-
scipy==1.3.0
5+
scipy==1.3.0
6+
pandas

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@
55

66
setuptools.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",

0 commit comments

Comments
 (0)