DawnC commited on
Commit
d73f4e2
·
verified ·
1 Parent(s): 9ebccfe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -16
requirements.txt CHANGED
@@ -1,17 +1,17 @@
1
- torch>=2.0.0
2
- torchvision>=0.15.0
3
- ultralytics>=8.0.0
4
- opencv-python>=4.7.0
5
- pillow>=9.4.0
6
- numpy>=1.23.5
7
- matplotlib>=3.7.0
8
- gradio>=3.32.0
 
 
 
 
 
 
 
 
9
  git+https://github.com/openai/CLIP.git
10
- yt-dlp>=2023.3.4
11
- requests>=2.28.1
12
- transformers
13
- accelerate
14
- bitsandbytes
15
- sentencepiece
16
- huggingface_hub>=0.19.0
17
- urllib3>=1.26.0
 
1
+ torch==2.6.0
2
+ torchvision==0.21.0
3
+ numpy==2.0.2
4
+ transformers==4.52.4
5
+ accelerate==1.7.0
6
+ bitsandbytes==0.46.0
7
+ sentencepiece==0.2.0
8
+ huggingface-hub==0.31.4
9
+ ultralytics==8.3.128
10
+ opencv-python==4.11.0.86
11
+ pillow==11.2.1
12
+ gradio==5.32.0
13
+ matplotlib==3.10.0
14
+ requests==2.32.3
15
+ yt-dlp==2025.5.22
16
+ urllib3==2.4.0
17
  git+https://github.com/openai/CLIP.git