lyimo commited on
Commit
f695579
·
verified ·
1 Parent(s): ba85e3f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -9
requirements.txt CHANGED
@@ -1,9 +1,21 @@
1
- gradio
2
- plotly
3
- pandas
4
- numpy
5
- requests
6
- folium
7
- geopy
8
- branca
9
- scipy
 
 
 
 
 
 
 
 
 
 
 
 
 
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