Skip to content

Commit acd47fa

Browse files
committed
update
1 parent ef1228d commit acd47fa

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

cv-req.txt

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,35 @@ librosa==0.11.0
6262
scipy==1.16.3
6363
soundfile==0.13.1
6464

65+
# ================================
66+
# Video Analysis
67+
# ================================
68+
opencv-python==4.10.1.26
69+
mediapipe==0.10.9
70+
71+
# ================================
72+
# Embeddings & Vector Search
73+
# ================================
74+
sentence-transformers==3.0.1
75+
76+
# ================================
77+
# Graph Visualization (Optional)
78+
# ================================
79+
graphviz==0.20.3
6580

81+
# ================================
82+
# HTTP & Async
83+
# ================================
6684
aiofiles==25.1.0
67-
rq==2.6.1
85+
requests==2.32.3
86+
87+
# ================================
88+
# Job Queue
89+
# ================================
90+
rq==2.6.1
91+
92+
# ================================
93+
# Testing
94+
# ================================
95+
pytest==7.4.4
96+
pytest-asyncio==0.23.3

0 commit comments

Comments
 (0)