The prognostic_run image builds with python 3.6.9, whereas the fv3net image uses 3.7. This leads to occasional failures, e.g., vcm.round_time doesn't work in the prognostic_run image because it depends on singledispatch which doesn't operate below 3.7. Update prognostic_run requirements to 3.7?