rishabh-mondal
commited on
Commit
·
5a3cdce
1
Parent(s):
bc61ee2
Add matplotlib to requirements
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
gradio>=4.
|
| 2 |
pandas>=2.0
|
| 3 |
numpy>=1.24
|
| 4 |
scikit-learn>=1.3
|
| 5 |
shapely>=2.0
|
| 6 |
-
folium>=0.15
|
|
|
|
|
|
| 1 |
+
gradio>=4.0
|
| 2 |
pandas>=2.0
|
| 3 |
numpy>=1.24
|
| 4 |
scikit-learn>=1.3
|
| 5 |
shapely>=2.0
|
| 6 |
+
folium>=0.15
|
| 7 |
+
matplotlib>=3.7
|