mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Add support for the python-cloudpickle package, which provides a Pickler class that extends the standard pickle.Pickler functionality. This package is required as a dependency for gymnasium and other machine learning or scientific computing libraries that require advanced object serialization. Signed-off-by: Xukai Wang <kingxukai@zohomail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>