josefchen commited on
Commit
d29e3ae
·
verified ·
1 Parent(s): 4520425

Add matplotlib to requirements (was missing for the new heatmap)

Browse files
Files changed (1) hide show
  1. 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"