Keeby-smilyai commited on
Commit
016533a
·
verified ·
1 Parent(s): a50fee8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -11
requirements.txt CHANGED
@@ -1,11 +1,9 @@
1
- gradio==4.44.0
2
- transformers==4.44.2
3
- torch==2.5.1+cpu
4
- torchaudio==2.5.1+cpu
5
- torchvision==0.20.1+cpu
6
- yt-dlp==2025.4.10
7
- pytest==8.3.3
8
- flake8==7.1.1
9
- requests==2.32.3
10
- python-dotenv==1.0.1
11
- psutil==6.1.0
 
1
+ gradio>=4.0.0
2
+ transformers>=4.30.0
3
+ torch>=2.0.0
4
+ yt-dlp>=2024.4.9
5
+ pytest>=7.4.0
6
+ flake8>=6.0.0
7
+ requests>=2.31.0
8
+ python-dotenv>=1.0.0
9
+ psutil>=5.9.0