feat(build): add pycodec2 wheel installation to Chaquopy dependencies in build.gradle

This commit is contained in:
2026-01-01 22:45:54 -06:00
parent d579a201b3
commit e59220e5f9

View File

@@ -54,6 +54,7 @@ chaquopy {
install "requests>=2.32.5,<3.0.0"
install "numpy==1.26.2"
install "ply>=3.11,<4.0"
install "pycodec2-3.0.1-cp311-cp311-linux_aarch64.whl"
}
}
}