Spaces:
Runtime error
Runtime error
fix: add missing deps (matplotlib, packaging, requests, timm)
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -15,4 +15,8 @@ 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.9.4
|
| 19 |
+
packaging
|
| 20 |
+
requests
|
| 21 |
+
timm @ git+https://github.com/huggingface/pytorch-image-models@6e3fdda39508db30766f9d9e6ec32380ebee8b8c
|
| 22 |
spaces
|