anabury commited on
Commit
1594185
·
verified ·
1 Parent(s): c65d259

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- torch>=2.0.0,<3.0
2
- sentence-transformers>=2.2.2,<3.0
3
- TTS>=0.22.0,<0.23.0
4
- moviepy>=2.2.1,<3.0
5
- yt-dlp>=2025.7.6,<2026.0
6
- gradio>=3.50,<4.0
7
- numpy>=1.22.0,<1.23
8
- opencv-python-headless>=4.7.0,<5.0
9
 
10
 
11
 
 
1
+ torch>=2.0
2
+ sentence-transformers>=2.2
3
+ TTS>=0.22
4
+ moviepy>=2.2
5
+ yt-dlp>=2025.7
6
+ gradio>=3.50
7
+ numpy>=1.22
8
+ opencv-python-headless>=4.7
9
 
10
 
11