Description Dependencies in requirements.txt are pinned using broad version specifiers (e.g., opencv-contrib-python-headless==4., astor==0.8.). This allows pip to install newer minor/patch versions that might introduce breaking changes or bugs inconsistent with the development environment.
Solution
- Pin dependencies to specific versions (e.g., opencv-contrib-python-headless==4.x.x.x).
- Ideally, verify the working versions and update requirements.txt to reflect the exact environment used for testing.
assign this issue to me under OSCG
Description Dependencies in requirements.txt are pinned using broad version specifiers (e.g., opencv-contrib-python-headless==4., astor==0.8.). This allows pip to install newer minor/patch versions that might introduce breaking changes or bugs inconsistent with the development environment.
Solution
assign this issue to me under OSCG