Sanjayraju30 commited on
Commit
feba36e
·
verified ·
1 Parent(s): 417ab56

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -8
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
- streamlit
2
- torch
3
- torchvision
4
- opencv-python
5
- numpy
6
- Pillow
7
- matplotlib
8
- scikit-learn
9
 
 
1
+ streamlit==1.18.0
2
+ opencv-python-headless==4.5.3.56
3
+ requests==2.28.1
4
+ transformers==4.39.3
5
+ torch>=2.0.0
6
+ ultralytics==8.0.176
 
 
7