mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -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>
8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
config BR2_PACKAGE_PYTHON_CLOUDPICKLE
|
|
bool "python-cloudpickle"
|
|
help
|
|
Pickler class to extend the standard pickle.Pickler
|
|
functionality.
|
|
|
|
https://github.com/cloudpipe/cloudpickle
|