8000 Update pyproject.toml by fabiozappo · Pull Request #1 · fabiozappo/doctr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update pyproject.toml #1

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 1 commit into
base: main
Choose a base branch
from
Open

Conversation

fabiozappo
Copy link
Owner

Switch to opencv-python-headless

Description

Replace opencv-python with opencv-python-headless in project dependencies. The headless version provides the same OpenCV functionality but without GUI and display capabilities, making it more suitable for server environments and reducing unnecessary dependencies.

Changes

  • Updated dependency from opencv-python>=4.5.0,<5.0.0 to opencv-python-headless>=4.5.0,<5.0.0 in pyproject.toml

Benefits

  • Reduced package size and installation footprint
  • Eliminates unnecessary GUI dependencies
  • Better suited for server/cloud environments
  • Same functionality for core OpenCV operations

Version Constraints

Maintained the same version constraints (>=4.5.0,<5.0.0) to 7DB7 ensure compatibility

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.

1 participant
0