Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
gradio
|
2 |
-
pandas
|
3 |
geopandas
|
4 |
-
numpy
|
5 |
-
scipy
|
6 |
openpyxl
|
7 |
python-docx
|
8 |
num2words
|
9 |
fpdf
|
10 |
-
plotly
|
|
|
|
1 |
+
gradio==3.28.0
|
2 |
+
pandas==1.5.3
|
3 |
geopandas
|
4 |
+
numpy==1.24.1
|
5 |
+
scipy==1.8.0
|
6 |
openpyxl
|
7 |
python-docx
|
8 |
num2words
|
9 |
fpdf
|
10 |
+
plotly
|
11 |
+
pyproj
|