ipc-graspsim icon indicating copy to clipboard operation
ipc-graspsim copied to clipboard

fix autolab_core yaml load error due to ruamel.yaml deprecate old load()

Open Alex-Beng opened this issue 2 years ago • 0 comments

ruamel.yaml is needed for autolab_core loading YAML config. However, the old-style load() is deprecated in ruamel.yaml>=0.18.0. So it is needed to add version constraint in Dokerfile before install autolab_core.

Alex-Beng avatar Nov 09 '23 19:11 Alex-Beng