Spaces:
Sleeping
Sleeping
Upload requirements-3.txt
Browse files- requirements-3.txt +30 -0
requirements-3.txt
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core dependencies
|
2 |
+
streamlit-navigation-bar
|
3 |
+
streamlit-folium==0.12.0
|
4 |
+
altair==5.0.1
|
5 |
+
folium==0.14.0
|
6 |
+
|
7 |
+
# Google Earth Engine and geospatial tools
|
8 |
+
earthengine-api==0.1.343
|
9 |
+
geemap==0.19.6
|
10 |
+
geopandas==0.14.0
|
11 |
+
fiona==1.9.5
|
12 |
+
rasterio==1.3.8
|
13 |
+
|
14 |
+
# Scientific and numerical libraries
|
15 |
+
numpy==1.26.4
|
16 |
+
pandas==2.1.3
|
17 |
+
scipy==1.11.3
|
18 |
+
scikit-image==0.22.0
|
19 |
+
netCDF4==1.6.5
|
20 |
+
matplotlib==3.8.2
|
21 |
+
|
22 |
+
# OpenAI and requests for API integrations
|
23 |
+
openai==0.28.1
|
24 |
+
requests==2.31.0
|
25 |
+
|
26 |
+
# Miscellaneous tools
|
27 |
+
psutil==5.9.5
|
28 |
+
pillow==9.4.0
|
29 |
+
|
30 |
+
opencv-python-headless==4.8.0.76
|