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 b8db281 commit 449ced0Copy full SHA for 449ced0
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.4"
+version = "0.2.5"
12
requires-python = ">=3.9"
13
authors = [
14
{name = "Intel(R) Corporation"},
@@ -20,7 +20,7 @@ description = "Model API: model wrappers and pipelines for inference with OpenVI
20
readme = "README.md"
21
classifiers = [
22
"License :: OSI Approved :: Apache Software License",
23
- "Programming Language :: Python :: 3.8"
+ "Programming Language :: Python :: 3.9"
24
]
25
dependencies = [
26
"numpy>=1.16.6",
0 commit comments