Skip to content

Commit 9618e95

Browse files
committed
v0.6
1 parent 72bd610 commit 9618e95

2 files changed

Lines changed: 6 additions & 6 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.5'
2+
__version__ = '0.6'

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name = 'PytrackX',
88
packages = ['PytrackX'],
9-
version = '0.5', # Ideally should be same as your GitHub release tag varsion
9+
version = '0.6', # 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',
24-
'scipy',
25-
'mediapipe',
23+
'cv2 >= 1.0.0',
24+
'scipy >= 1.5.4',
25+
'mediapipe >= 0.8.4.2',
2626
],
27-
download_url= 'https://github.com/swetha4444/PyTrackX/archive/refs/tags/0.5.tar.gz',
27+
download_url= 'https://github.com/swetha4444/PyTrackX/archive/refs/tags/0.6.tar.gz',
2828
keywords = ['yolo', 'mediapipe','object detection','object tracking'],
2929
classifiers=[
3030
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)