Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -4,5 +4,8 @@ opencv-python==4.8.0.76
|
|
4 |
numpy==1.24.3
|
5 |
pandas==2.0.3
|
6 |
plotly==5.15.0
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
4 |
numpy==1.24.3
|
5 |
pandas==2.0.3
|
6 |
plotly==5.15.0
|
7 |
+
scipy==1.10.1
|
8 |
+
torch
|
9 |
+
ultralytics
|
10 |
+
gradio==5.0.0
|
11 |
+
pillow
|