glenn-jocher
commited on
Commit
•
b24a576
1
Parent(s):
1a3ecb8
Reduce `opencv-python>=4.1.1` for Jetson Nano (#7645)
Browse filesMay help https://github.com/ultralytics/yolov5/issues/7631#issuecomment-1113007451
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
# Base ----------------------------------------
|
4 |
matplotlib>=3.2.2
|
5 |
numpy>=1.18.5
|
6 |
-
opencv-python>=4.1.
|
7 |
Pillow>=7.1.2
|
8 |
PyYAML>=5.3.1
|
9 |
requests>=2.23.0
|
|
|
3 |
# Base ----------------------------------------
|
4 |
matplotlib>=3.2.2
|
5 |
numpy>=1.18.5
|
6 |
+
opencv-python>=4.1.1
|
7 |
Pillow>=7.1.2
|
8 |
PyYAML>=5.3.1
|
9 |
requests>=2.23.0
|