Spaces:
Runtime error
Runtime error
Set libraries' versions in requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
ultralytics
|
3 |
-
albumentations
|
4 |
-
scikit-learn
|
5 |
-
matplotlib
|
6 |
pillow==9.3.0
|
|
|
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
|