GCLing commited on
Commit
d5416e5
·
verified ·
1 Parent(s): 9ac5271

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -9
requirements.txt CHANGED
@@ -1,9 +1,12 @@
1
- gradio>=5.34.0
2
- deepface>=0.0.94
3
- librosa
4
- joblib
5
- scikit-learn
6
- tensorflow>=2.8.0 # 或者 2.7.0,DeepFace 兼容
7
- tf-keras # 解决 RetinaFace 要求 tf-keras 的问题
8
- numpy
9
- opencv-python-headless
 
 
 
 
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