Ahmet Hakan DİNGER commited on
Commit
65b0608
·
1 Parent(s): c8a8096

Fix requests version conflict with yt-dlp

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- gradio==4.44.0
2
- opencv-python-headless==4.10.0.84
3
- numpy==1.24.3
4
- scikit-learn==1.3.2
5
- onnxruntime==1.16.3
6
- requests==2.31.0
7
- yt-dlp==2024.8.6
8
- Pillow==10.0.0
 
1
+ gradio
2
+ opencv-python-headless
3
+ numpy
4
+ scikit-learn
5
+ onnxruntime
6
+ requests
7
+ yt-dlp
8
+ Pillow