Dependency specification missing for python3.14
Open
Beginner friendly
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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