sagar007 commited on
Commit
d07eab6
1 Parent(s): 0c00155

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
- gradio==3.50.2
2
- torch==2.1.0
3
- transformers==4.35.2
4
  torchvision
5
- opencv-python
6
- ultralytics
7
- matplotlib
8
- opencv-python
9
- numpy
10
- Pillow
 
 
1
+ torch
 
 
2
  torchvision
3
+ numpy>=1.24.4
4
+ tqdm>=4.66.1
5
+ hydra-core>=1.3.2
6
+ iopath>=0.1.10
7
+ pillow>=9.4.0
8
+ matplotlib>=3.9.1
9
+ opencv-python>=4.7.0