Commit Graph

3 Commits

Author SHA1 Message Date
Hood Chatham 48309e65db
Run make -C packages update-all (#3348)
Upgrade 75 packages. The following packages have not been upgraded
because of test failures:

* matplotlib
* packaging
* Pillow
* rebound
* reboundx
* xgboost
* yt
* zarr
2022-12-15 15:08:24 -08:00
Gyeongjae Choi 6bf2550b67
Support loading shared libraries inside a wheel file globally (#3264) 2022-11-29 13:40:33 +09:00
Gyeongjae Choi dc5096bfcb
PKG add libheif, pyheif, and pillow_heif (decoder only) (#3161)
This adds libheif and Python packages that use libheif to support HEIC image format.

Note that this is "decoder" only. libheif use libde265 for decoder and libx265 for encoder, and I only added libde265 in this PR. I think decoding is more important in our use case, hence this PR.
2022-10-05 11:41:35 +09:00