mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
7d3e5c9c4c
* Revert numpy upgrade * Upgrade arm64 onnx version to match amd64 * Increase CODEOWNERS granularity Not sure if it has an effect since I don't have repository write access
4 lines
194 B
Plaintext
4 lines
194 B
Plaintext
onnx == 1.14.0; platform_machine == 'aarch64'
|
|
protobuf == 3.20.3; platform_machine == 'aarch64'
|
|
numpy == 1.23.*; platform_machine == 'aarch64' # required by python-tensorrt 8.2.1 (Jetpack 4.6)
|