What maintenance does this project need?
The WeightAveraging callback was added to Pytorch-lightning in v2.6.0, but the required pytorch-lightning version in anemoi-training's pyproject.toml is pytorch-lightning>=2.1. When using older pytorch-lightning versions, this leads to an error.
Commit leading to these issues: 1a99ae0
Proposed fix: enforce pytorch-lightning >= 2.6
Organisation
KNMI
What maintenance does this project need?
The WeightAveraging callback was added to Pytorch-lightning in v2.6.0, but the required pytorch-lightning version in anemoi-training's pyproject.toml is pytorch-lightning>=2.1. When using older pytorch-lightning versions, this leads to an error.
Commit leading to these issues: 1a99ae0
Proposed fix: enforce pytorch-lightning >= 2.6
Organisation
KNMI