lkp72 commited on
Commit
50531a9
·
verified ·
1 Parent(s): 9c2614a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -7
requirements.txt CHANGED
@@ -1,7 +1,13 @@
1
- gradio
2
- torch
3
- torchvision
4
- numpy
5
- pillow
6
- opencv-python-headless
7
- matplotlib
 
 
 
 
 
 
 
1
+ ultralytics
2
+ huggingface_hub
3
+ hydra-core>=1.2.0
4
+ matplotlib>=3.2.2
5
+ numpy>=1.18.5
6
+ opencv-python>=4.1.1
7
+ Pillow>=7.1.2
8
+ PyYAML>=5.3.1
9
+ requests>=2.23.0
10
+ scipy>=1.4.1
11
+ torch>=1.7.0
12
+ torchvision>=0.8.1
13
+ tqdm>=4.64.0