6 Star 84 Fork 31

openvinotoolkit-prc/OpenVINO

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
Anastasia Kuporosova 提交于 2025-05-13 04:39 +08:00 . Update dependabot.yml (#30502)
[project]
name = "openvino"
dynamic = ["version", "entry-points", "scripts"]
description = "OpenVINO(TM) Runtime"
readme = {file = "README.md", content-type="text/markdown"}
license = {text = "OSI Approved :: Apache Software License"}
authors = [
{ name = "OpenVINO Developers", email = "openvino@intel.com" },
]
classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
requires-python = ">=3.9"
dependencies = [
"numpy>=1.16.6,<2.3.0",
"openvino-telemetry>=2023.2.1",
"packaging"
]
[build-system]
requires = [
"setuptools>=70,<=80.4.0",
"wheel<=0.45.1",
"cmake<=3.31.6",
"patchelf<=0.17.2.2; sys_platform == 'linux' and platform_machine == 'x86_64'"
]
build-backend = "setuptools.build_meta"
[tool.setuptools]
license-files = [
"LICENSE",
"licensing/runtime-third-party-programs.txt",
"licensing/onetbb_third-party-programs.txt",
"licensing/onednn_third-party-programs.txt",
]
[tool.setuptools.packages.find]
where = ["./src/bindings/python"]
include = ["pyopenvino"]
[tool.black]
line-length = 160
include = '\.pyi?$'
[tool.pyright]
include = ["src/bindings/python/src"]
exclude = ["src/bindings/python/src/pyopenvino"]
ignore = [
"**/ops.py",
"**/utils/data_helpers/data_dispatcher.py",
"**/utils/types.py",
"**/utils/decorators.py",
"**/frontend/frontend.py",
"**/_ov_api.py",
"**/_op_base.py",
"**/utils/node_factory.py",
"**/frontend/tensorflow",
"**/frontend/pytorch",
"**/frontend/jax"
]
reportInvalidTypeForm = false
reportMissingModuleSource = false
reportFunctionMemberAccess = false
reportAttributeAccessIssue = false
reportMissingImports = false
reportIncompatibleMethodOverride = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/openvinotoolkit-prc/openvino.git
git@gitee.com:openvinotoolkit-prc/openvino.git
openvinotoolkit-prc
openvino
OpenVINO
master

搜索帮助