We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0186cc commit a7a2409Copy full SHA for a7a2409
model_api/python/pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
9
[project]
10
name = "openvino_model_api"
11
-version = "0.2.5.1"
+version = "0.2.5.2"
12
requires-python = ">=3.9"
13
authors = [
14
{name = "Intel(R) Corporation"},
@@ -26,8 +26,8 @@ dependencies = [
26
"numpy>=1.16.6",
27
"opencv-python",
28
"scipy>=1.5.4",
29
- "openvino>=2024.0",
30
- "openvino-dev>=2024.0",
+ "openvino==2024.*",
+ "openvino-dev==2024.*",
31
"omz_tools @ git+https://github.com/openvinotoolkit/open_model_zoo.git@master#egg=omz_tools&subdirectory=tools/model_tools",
32
]
33
0 commit comments