Update requirements.txt
Browse files- 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
|
|