Spaces:
Running
Running
Add matplotlib to requirements (was missing for the new heatmap)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,5 +3,6 @@ huggingface_hub>=0.24.0
|
|
| 3 |
safetensors>=0.4.0
|
| 4 |
numpy>=1.24
|
| 5 |
plotly>=5.20.0
|
|
|
|
| 6 |
rapidfuzz>=3.6.0
|
| 7 |
audioop-lts; python_version >= "3.13"
|
|
|
|
| 3 |
safetensors>=0.4.0
|
| 4 |
numpy>=1.24
|
| 5 |
plotly>=5.20.0
|
| 6 |
+
matplotlib>=3.8.0
|
| 7 |
rapidfuzz>=3.6.0
|
| 8 |
audioop-lts; python_version >= "3.13"
|