Skip to content

Commit 3e020fa

Browse files
committed
git
1 parent 0df3cfb commit 3e020fa

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ __pycache__/
55
person_coords.txt
66
posture_coords.txt
77
test.py
8-
dist/
8+
dist/
9+
PyTrackX.egg-info/

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
},
2020
install_requires=['numpy>=1.11',
2121
'matplotlib>=1.5',
22-
'pandas',
23-
'cv2',
24-
'scipy',
25-
'mediapipe',
26-
'time'],
22+
'pandas>=1',
23+
'cv2>=1',
24+
'scipy>=1',
25+
'mediapipe>=1',
26+
'time>=1'],
2727
download_url= 'https://github.com/swetha4444/PyTrackX/archive/refs/tags/0.2.tar.gz',
2828
keywords = ['yolo', 'mediapipe','object detection','object tracking'],
2929
classifiers=[

0 commit comments

Comments
 (0)