Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio==4.12.0
|
2 |
-
ultralytics==8.0.196
|
3 |
opencv-python-headless==4.8.0.76
|
4 |
numpy==1.24.4
|
5 |
-
torch==2.0.1
|
|
|
|
1 |
gradio==4.12.0
|
2 |
+
ultralytics==8.0.196
|
3 |
opencv-python-headless==4.8.0.76
|
4 |
numpy==1.24.4
|
5 |
+
torch==2.0.1
|
6 |
+
scipy==1.10.1
|