nakas Claude commited on
Commit
41591b1
·
1 Parent(s): 5fbd130

Add ECMWF data processing dependencies to requirements.txt

Browse files

Added required packages for real ECMWF wind data integration:
- xarray==2024.6.0 (for GRIB file processing)
- cfgrib==0.9.12.0 (GRIB format support)
- ecmwf-opendata==0.3.6 (official ECMWF client)

These dependencies are needed for downloading and processing
real ECMWF 10m wind data from operational forecasts.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -2,4 +2,7 @@ gradio==4.44.1
2
  folium==0.17.0
3
  branca==0.7.2
4
  requests==2.32.3
5
- numpy==1.26.4
 
 
 
 
2
  folium==0.17.0
3
  branca==0.7.2
4
  requests==2.32.3
5
+ numpy==1.26.4
6
+ xarray==2024.6.0
7
+ cfgrib==0.9.12.0
8
+ ecmwf-opendata==0.3.6