summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/meta-python
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-09-29 15:26:44 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-10-02 13:47:02 +0800
commit4e94f0571d9d0903c3dca447577654539ceeadb9 (patch)
treeee3472890b3cc5ec1903d424921f93c0050e330a /dynamic-layers/meta-python
parentd04382d3f3033eefe0ac37e5c7b2bb46d9946b2f (diff)
downloadmeta-intel-4e94f0571d9d0903c3dca447577654539ceeadb9.tar.gz
openvino-model-optimizer: upgrade 2023.0.1 -> 2023.1.0
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/meta-python')
-rw-r--r--dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.1.0.bb (renamed from dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.0.1.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.0.1.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.1.0.bb
index b2435519..d907ffab 100644
--- a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.0.1.bb
+++ b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2023.1.0.bb
@@ -5,9 +5,9 @@ environment, performs static model analysis, and adjusts deep \
5learning models for optimal execution on end-point target devices." 5learning models for optimal execution on end-point target devices."
6HOMEPAGE = "https://01.org/openvinotoolkit" 6HOMEPAGE = "https://01.org/openvinotoolkit"
7 7
8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2023/0;lfs=0 \ 8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2023/1;lfs=0 \
9 " 9 "
10SRCREV = "fa1c41994f3f84329491de93ce572f1401bc75ae" 10SRCREV = "47b736f63edda256d66e2bbb572f42a9d6549f6e"
11 11
12LICENSE = "Apache-2.0" 12LICENSE = "Apache-2.0"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
@@ -20,10 +20,11 @@ inherit setuptools3
20SETUPTOOLS_SETUP_PATH = "${WORKDIR}/git/tools/mo" 20SETUPTOOLS_SETUP_PATH = "${WORKDIR}/git/tools/mo"
21 21
22RDEPENDS:${PN} += " \ 22RDEPENDS:${PN} += " \
23 python3-numpy \
24 python3-protobuf \
25 python3-defusedxml \ 23 python3-defusedxml \
24 python3-fastjsonschema \
26 python3-networkx \ 25 python3-networkx \
26 python3-numpy \
27 python3-protobuf \
27 python3-requests \ 28 python3-requests \
28 python3-urllib3 \ 29 python3-urllib3 \
29 bash \ 30 bash \