Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==5.29.0
|
| 2 |
+
pandas==2.2.3
|
| 3 |
+
numpy==2.2.5
|
| 4 |
+
matplotlib==3.10.3
|
| 5 |
+
geopandas==1.0.1
|
| 6 |
+
shapely==2.1.0
|
| 7 |
+
fiona==1.10.1
|
| 8 |
+
contextily==1.6.2
|
| 9 |
+
requests==2.32.3
|
| 10 |
+
rasterio==1.4.3
|
| 11 |
+
pyproj==3.7.1
|