Update requirements.txt
Browse files- requirements.txt +21 -9
requirements.txt
CHANGED
@@ -1,9 +1,21 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core requirements for the application
|
2 |
+
gradio==4.7.1
|
3 |
+
numpy==1.24.3
|
4 |
+
pandas==2.0.3
|
5 |
+
scipy==1.11.3
|
6 |
+
|
7 |
+
# Earth Engine and geospatial packages
|
8 |
+
earthengine-api==0.1.375
|
9 |
+
geemap==0.28.2
|
10 |
+
geopy==2.4.0
|
11 |
+
folium==0.6.0
|
12 |
+
|
13 |
+
# Visualization
|
14 |
+
plotly==5.17.0
|
15 |
+
|
16 |
+
# API requests
|
17 |
+
requests==2.31.0
|
18 |
+
|
19 |
+
# Authentication for Earth Engine
|
20 |
+
google-api-python-client==2.107.0
|
21 |
+
oauth2client==4.1.3
|