Skip to content

fix: update requirements with version pins and add opencv-python #12364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

omrode1
Copy link

@omrode1 omrode1 commented May 21, 2025

Description

This PR updates the requirements files with version pins and adds missing dependencies to improve installation reliability and consistency.

Changes

  1. Added version pins to all dependencies in requirements/runtime.txt
  2. Added opencv-python to runtime requirements as it's commonly used
  3. Added version pins to all dependencies in requirements/optional.txt

Benefits

  • Prevents dependency conflicts
  • Makes the installation process more reliable
  • Ensures consistent behavior across different environments
  • Makes it easier for new contributors to set up their development environment

Testing

The changes have been tested by:

  • Verifying all version pins are valid and available on PyPI
  • Ensuring the added dependencies are compatible with the existing codebase

@CLAassistant
Copy link

CLAassistant commented May 21, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants