We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6126ba commit 73c04fbCopy full SHA for 73c04fb
src/python/pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
10
[project]
11
name = "openvino_model_api"
12
-version = "0.2.6"
+version = "0.2.7"
13
requires-python = ">=3.9"
14
authors = [
15
{name = "Intel(R) Corporation"},
@@ -29,7 +29,6 @@ dependencies = [
29
"scipy>=1.5.4",
30
"openvino>=2024.0",
31
"openvino-dev>=2024.0",
32
- "omz_tools @ git+https://github.com/openvinotoolkit/open_model_zoo.git@master#egg=omz_tools&subdirectory=tools/model_tools",
33
"pillow",
34
]
35
0 commit comments