ImanAmran commited on
Commit
1f9c83d
·
1 Parent(s): cc1b595

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  requests==2.25.1
2
  tensorflow>=2.6.0
3
  Pillow==8.3.2
4
- numpy==1.21.2
 
5
  gradio==2.3.0
6
- mediapipe
 
1
  requests==2.25.1
2
  tensorflow>=2.6.0
3
  Pillow==8.3.2
4
+ numpy==1.19.5 # Older version for compatibility
5
+ opencv-python-headless==4.5.3.56 # Add this for cv2 compatibility
6
  gradio==2.3.0
7
+ mediapipe