Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
torch==1.12.0
|
|
|
2 |
ultralytics==8.0.57
|
3 |
albumentations==1.3.0
|
4 |
scikit-learn==1.1.3
|
5 |
matplotlib==3.6.0
|
6 |
-
pillow==9.3.0
|
|
|
|
1 |
torch==1.12.0
|
2 |
+
torchvision==0.13.0
|
3 |
ultralytics==8.0.57
|
4 |
albumentations==1.3.0
|
5 |
scikit-learn==1.1.3
|
6 |
matplotlib==3.6.0
|
7 |
+
pillow==9.3.0
|
8 |
+
pandas==1.5.1
|