Jetson Docker fix opencv-python>=4.5.0 (#3208)

This commit is contained in:
Glenn Jocher 2023-06-16 15:10:36 +02:00 committed by GitHub
parent a5a34af2f4
commit d6e2ec1483
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View file

@ -3,7 +3,7 @@
# Base ----------------------------------------
matplotlib>=3.2.2
opencv-python>=4.6.0
opencv-python>=4.5.0 # <=4.5.0 required for Jetson Docker https://github.com/ultralytics/ultralytics/issues/3183
Pillow>=7.1.2
PyYAML>=5.3.1
requests>=2.23.0