Skip to content

Issue : Loose Dependency Versions in requirements.txt #55

@Adithyakp86

Description

@Adithyakp86

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions