AjaykumarPilla commited on
Commit
12c0e8c
·
verified ·
1 Parent(s): 360e666

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
- torch
2
- opencv-python
3
- numpy
4
- pandas
5
- plotly
6
- gradio
7
- scipy
8
- git+https://github.com/ultralytics/yolov5.git
 
1
+ torch==2.0.1
2
+ opencv-python==4.8.0.76
3
+ numpy==1.24.3
4
+ pandas==2.0.3
5
+ plotly==5.15.0
6
+ gradio==4.36.1
7
+ scipy==1.10.1