Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions deps/pip/requirements_pai.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
cbor2>=5.9.0; python_version>="3.9"
cbor2; python_version<"3.9"
imageio>=2.35.0
# imageio-ffmpeg: BSD-2-Clause Python wrapper around ffmpeg.
# NOTE ON REDISTRIBUTION: The PyPI wheels bundle a GPL-licensed ffmpeg binary.
# Anyone shipping containers that include this wheel is redistributing that binary
# and must comply with ffmpeg's GPL (or rebuild with LGPL-only codecs).
# To avoid bundling the binary: pip install --no-binary imageio-ffmpeg imageio-ffmpeg
# and provide system ffmpeg on PATH.
# ALTERNATIVE: For H.264 decode on NVIDIA GPUs, consider PyNvVideoCodec (MIT license,
# pip install PyNvVideoCodec). See https://developer.nvidia.com/pynvvideocodec
imageio-ffmpeg>=0.5.0
DracoPy>=2.0.0
remotezip>=0.12.0
Expand Down
Loading