Mathematicaljuice commited on
Commit
6011de6
·
verified ·
1 Parent(s): 44a7689

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- mediapipe>=0.10.9
2
- opencv-python-headless
3
- numpy
4
- torch
5
- gradio
 
1
+ mediapipe==0.10.9
2
+ opencv-python-headless==4.9.0.80
3
+ numpy==1.26.3
4
+ torch==2.2.2 --index-url https://download.pytorch.org/whl/cpu
5
+ gradio==4.19.2