Revert numpy upgrade

This commit is contained in:
Andrew Reiter 2023-07-31 12:02:59 -04:00
parent f57d21039e
commit ceaecbf605
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Flask == 2.3.*
imutils == 0.5.* imutils == 0.5.*
matplotlib == 3.7.* matplotlib == 3.7.*
mypy == 1.4.1 mypy == 1.4.1
numpy == 1.25.* numpy == 1.23.*
onvif_zeep == 0.2.12 onvif_zeep == 0.2.12
opencv-python-headless == 4.7.0.* opencv-python-headless == 4.7.0.*
paho-mqtt == 1.6.* paho-mqtt == 1.6.*

View File

@ -1,3 +1,3 @@
onnx == 1.9.0; platform_machine == 'aarch64' onnx == 1.9.0; platform_machine == 'aarch64'
protobuf == 3.20.3; platform_machine == 'aarch64' protobuf == 3.20.3; platform_machine == 'aarch64'
numpy == 1.25.*; platform_machine == 'aarch64' numpy == 1.23.*; platform_machine == 'aarch64' # required by python-tensorrt 8.2.1 (Jetpack 4.6)