Skip to content

Commit a7a2409

Browse files
committed
Bump version, fix ov deps
1 parent f0186cc commit a7a2409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

model_api/python/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "openvino_model_api"
11-
version = "0.2.5.1"
11+
version = "0.2.5.2"
1212
requires-python = ">=3.9"
1313
authors = [
1414
{name = "Intel(R) Corporation"},
@@ -26,8 +26,8 @@ dependencies = [
2626
"numpy>=1.16.6",
2727
"opencv-python",
2828
"scipy>=1.5.4",
29-
"openvino>=2024.0",
30-
"openvino-dev>=2024.0",
29+
"openvino==2024.*",
30+
"openvino-dev==2024.*",
3131
"omz_tools @ git+https://github.com/openvinotoolkit/open_model_zoo.git@master#egg=omz_tools&subdirectory=tools/model_tools",
3232
]
3333

0 commit comments

Comments
 (0)