Add matplotlib to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
gradio==5.6.0
|
2 |
-
pillow==11.0.0
|
|
|
|
1 |
gradio==5.6.0
|
2 |
+
pillow==11.0.0
|
3 |
+
matplotlib==3.10.1
|