Skip to content

Commit 0426075

Browse files
committed
v0.7
1 parent 9618e95 commit 0426075

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

PyTrackX/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .module import *
2-
__version__ = '0.6'
2+
__version__ = '0.7'

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name = 'PytrackX',
88
packages = ['PytrackX'],
9-
version = '0.6', # Ideally should be same as your GitHub release tag varsion
9+
version = '0.7', # Ideally should be same as your GitHub release tag varsion
1010
description = 'A general python framework for visual object tracking.',
1111
long_description= long_description,
1212
long_description_content_type="text/markdown",
@@ -20,11 +20,11 @@
2020
install_requires=['numpy>=1.11',
2121
'matplotlib>=1.5',
2222
'pandas>=1',
23-
'cv2 >= 1.0.0',
23+
'opencv-python >= 4.4.0.44',
2424
'scipy >= 1.5.4',
2525
'mediapipe >= 0.8.4.2',
2626
],
27-
download_url= 'https://github.com/swetha4444/PyTrackX/archive/refs/tags/0.6.tar.gz',
27+
download_url= 'https://github.com/swetha4444/PyTrackX/archive/refs/tags/0.7.tar.gz',
2828
keywords = ['yolo', 'mediapipe','object detection','object tracking'],
2929
classifiers=[
3030
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)