Ai
1 Star 1 Fork 2

OpenCV/opencv-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 583 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexander Smorkalov 提交于 2025-07-04 14:07 +08:00 . Updated numpy dependencies.
[build-system]
requires = [
"numpy<2.0; python_version<'3.9'",
"numpy==2.0.2; python_version>='3.9' and python_version<'3.13'",
"numpy==2.1.3; python_version=='3.13'",
"packaging",
"pip",
"scikit-build>=0.14.0",
"setuptools==59.2.0; python_version<'3.12'",
"setuptools<70.0.0; python_version>='3.12'",
]
# use a custom backend to manage CMake check / installation
# see https://scikit-build.readthedocs.io/en/latest/usage.html#adding-cmake-as-building-requirement-only-if-not-installed-or-too-low-a-version
build-backend = "backend"
backend-path = ["_build_backend"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencv/opencv-python.git
git@gitee.com:opencv/opencv-python.git
opencv
opencv-python
opencv-python
4.x

搜索帮助