jonghanko commited on
Commit
5de4e84
·
verified ·
1 Parent(s): f4ef56d

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -3
requirements.txt CHANGED
@@ -1,6 +1,31 @@
 
1
  numpy>=1.22
2
  pandas>=1.5
3
- matplotlib>=3.5
4
- scikit-learn>=1.1
5
  scipy>=1.8
6
- tqdm>=4.64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core scientific stack
2
  numpy>=1.22
3
  pandas>=1.5
 
 
4
  scipy>=1.8
5
+ scikit-learn>=1.1
6
+ matplotlib>=3.5
7
+ tqdm>=4.64
8
+
9
+ # Geospatial and remote sensing
10
+ rasterio>=1.3
11
+ geopandas>=0.12
12
+ shapely>=2.0
13
+ xarray>=2022.3
14
+ netCDF4>=1.6
15
+
16
+ # Visualization and mapping
17
+ cartopy>=0.21
18
+ seaborn>=0.12
19
+
20
+ # Machine learning / advanced models
21
+ scikit-optimize>=0.9
22
+ lightgbm>=3.3
23
+ xgboost>=1.7
24
+
25
+ # Utilities
26
+ joblib>=1.2
27
+ pyyaml>=6.0
28
+
29
+ # Optional: Jupyter support for reproducible workflows
30
+ notebook>=6.5
31
+ jupyterlab>=3.5