# Additional requirements for renewable energy forecasting applications

# Wind power modeling
# windpowerlib>=0.2.0  # Optional: for detailed wind power curves

# Solar power modeling
pvlib>=0.9.0  # Solar position and irradiance modeling

# Data handling
pandas>=1.3.0
xarray>=0.19.0

# Visualization
matplotlib>=3.4.0
seaborn>=0.11.0
plotly>=5.0.0

# Optimization
scipy>=1.7.0

# Time series
statsmodels>=0.13.0
