DeepActionPotential commited on
Commit
389c685
·
verified ·
1 Parent(s): 97b1b9b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -13
requirements.txt CHANGED
@@ -1,13 +1,14 @@
1
- numpy==2.3.3
2
- scikit-learn==1.7.1
3
- joblib==1.5.2
4
- onnxruntime==1.22.1
5
- timm==1.0.15
6
- torch==2.8.0
7
- torchvision==0.23.0
8
- Pillow==11.3.0
9
- scrfd==0.3.0
10
- nltk==3.9.1
11
- contractions==0.1.73
12
- transformers==4.57.0
13
- flask==3.1.1
 
 
1
+ numpy==2.3.3
2
+ scikit-learn==1.7.1
3
+ joblib==1.5.2
4
+ onnxruntime==1.22.1
5
+ timm==1.0.15
6
+ torch==2.8.0
7
+ torchvision==0.23.0
8
+ Pillow==11.3.0
9
+ scrfd==0.3.0
10
+ nltk==3.9.1
11
+ contractions==0.1.73
12
+ transformers==4.57.0
13
+ flask==3.1.1
14
+ opencv-python==4.11.0.86