Spaces:
Running on Zero
Running on Zero
add matplotlib to requirements (needed by marigold image_util)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -15,4 +15,5 @@ pyyaml==6.0.3
|
|
| 15 |
tqdm==4.67.3
|
| 16 |
pycocotools==2.0.11
|
| 17 |
scikit-learn==1.7.2
|
|
|
|
| 18 |
spaces
|
|
|
|
| 15 |
tqdm==4.67.3
|
| 16 |
pycocotools==2.0.11
|
| 17 |
scikit-learn==1.7.2
|
| 18 |
+
matplotlib==3.10.3
|
| 19 |
spaces
|