File size: 810 Bytes
a74054f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Core dependencies for Hydrological GNN Framework
# Phase 1: Data Fusion and Graph Construction

# Deep Learning
torch>=2.0.0
torch-geometric>=2.3.0

# Data processing
pandas>=2.0.0
numpy>=1.24.0

# Geospatial data
geopandas>=0.13.0
shapely>=2.0.0
rasterio>=1.3.0
fiona>=1.9.0
plotly
# Scientific computing
scipy>=1.10.0
scikit-learn>=1.3.0
scikit-image
# Utilities
tqdm>=4.65.0
python-dateutil>=2.8.0

# Configuration
pyyaml>=6.0

# Visualization (optional but recommended)
matplotlib>=3.7.0
seaborn>=0.12.0

# User Interface
streamlit

# Jupyter support (optional)
jupyter>=1.0.0
ipykernel>=6.25.0

# Testing (optional)
pytest>=7.4.0
pytest-cov>=4.1.0

# GIS processing tools (optional but useful)
# GDAL binaries should be installed separately
# pyproj>=3.5.0