canonical / charmed-kubeflow-chisme

Shared Utilities used across Charmed Kubeflow
Apache License 2.0
1 stars 4 forks source link

fix: pin deepdiff==6.2.1 to avoid build time error #46

Closed DnPlas closed 1 year ago

DnPlas commented 1 year ago

There is a dependency in deepdiff (orjson) which requires rust to be present in the charm when installing pip packages, causing an error if it's not. To avoid the error, we can pin deepdiff to version 6.2.1 which has a dependency tree that does not require rust.

Fixes #42