Add missing Python dependencies for ORT training (#7104)
* Add missing Python dependencies for training
cerberus - option parsing
h5py - checkpoint
onnx - model proto
packaging/sympy - symbolic shape inference
* Separate requirements.txt for inference and training Python packages.