10 lines
475 B
Text
10 lines
475 B
Text
|
|
# Seed-only dependencies for seed_era5.py (the one-time ERA5 backfill). NOT installed
|
||
|
|
# in the app image or CI — kept out of requirements.txt so the runtime stays lean.
|
||
|
|
# Install on the machine that runs the seed: pip install -r requirements-seed.txt
|
||
|
|
# Versions intentionally unpinned: the icechunk/xarray/zarr stack moves fast; install
|
||
|
|
# the current compatible set on the seed box and verify with `python seed_era5.py --dry-run`.
|
||
|
|
-r requirements.txt
|
||
|
|
icechunk
|
||
|
|
xarray
|
||
|
|
zarr
|