Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -5,6 +5,7 @@ numpy>=1.24.0
|
|
5 |
Pillow>=9.0.0
|
6 |
opencv-python>=4.7.0
|
7 |
matplotlib>=3.7.0
|
8 |
-
supervision>=0.
|
9 |
ultralytics>=8.0.0
|
10 |
-
pandas>=2.0.0
|
|
|
|
5 |
Pillow>=9.0.0
|
6 |
opencv-python>=4.7.0
|
7 |
matplotlib>=3.7.0
|
8 |
+
supervision>=0.16.0 # Updated to ensure ColorPalette.default() is available
|
9 |
ultralytics>=8.0.0
|
10 |
+
pandas>=2.0.0
|
11 |
+
requests>=2.28.0
|