GCLing commited on
Commit
2005aad
·
verified ·
1 Parent(s): f589a7b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -12
requirements.txt CHANGED
@@ -1,12 +1,9 @@
1
- --- requirements.txt
2
- +++ requirements.txt
3
- @@ -1,5 +1,6 @@
4
- -gradio>=5.34.0
5
- +gradio>=5.34.0
6
- tensorflow>=2.19.0
7
- -deepface>=0.0.94
8
- +deepface==0.0.93 # 改用目前 PyPI 上最新的 DeepFace
9
- +tf-keras # RetinaFace 驗證 Keras3 時會用到
10
- scikit-learn
11
- librosa
12
- joblib
 
1
+ gradio>=5.34.0
2
+ deepface
3
+ tensorflow==2.19.0
4
+ tf-keras
5
+ opencv-python-headless
6
+ librosa
7
+ joblib
8
+ numpy
9
+ scikit-learn