Spaces:
Sleeping
Sleeping
fix: add packaging dependency required by matplotlib
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -10,3 +10,4 @@ opencv-python-headless==4.9.0.80
|
|
| 10 |
numpy==1.26.4
|
| 11 |
Pillow==10.3.0
|
| 12 |
matplotlib==3.8.4
|
|
|
|
|
|
| 10 |
numpy==1.26.4
|
| 11 |
Pillow==10.3.0
|
| 12 |
matplotlib==3.8.4
|
| 13 |
+
packaging>=21.0
|