Fix pyyaml version (#5594)
... | ... | @@ -7,4 +7,4 @@ requests |
jinja2 | ||
opencv-python; python_version >= "3.9" and sys_platform != 'darwin' | ||
opencv-python==4.2.0.34; python_version < '3.9' and sys_platform != 'darwin' | ||
PyYAML | ||
PyYAML>=5.1 |
Please register or sign in to comment