opencv / opencv/opencv-python

Dependency specification missing for python3.14

Open Beginner friendly
#1,165 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
5.4k
Forks
1k
Avg merge
22h 17m
Merged PRs (30d)
3

Description

There is no case defined for numpy using python3.14 in pyproject.toml. As a result, installing packages that depend on opencv-python and a newer version of numpy does not work as expected and causes conflicts between numpy versions.

https://github.com/opencv/opencv-python/blob/81b4c07a3a29bdc6df70da84358b63ba1d656aae/pyproject.toml#L5

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the dependency specification in pyproject.toml, especially the numpy configuration for Python 3.14 referenced in the issue. Add the missing Python 3.14 case and verify that installing packages involving opencv-python and newer numpy versions no longer produces conflicting numpy requirements.

Written by the indexing model from the issue text.

Assessment

Tech stack
numpy, python
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.