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.
2 parents 02de727 + d7197b8 commit 7eb5510Copy full SHA for 7eb5510
demos/common/python/setup.py
@@ -34,6 +34,7 @@
34
ovms_required = f.read().splitlines()
35
36
packages = find_packages(str(SETUP_DIR))
37
+packages.remove('visualizers')
38
package_dir = {'openvino': str(SETUP_DIR / 'openvino')}
39
40
setup(
@@ -43,6 +44,7 @@
43
44
license='OSI Approved :: Apache Software License',
45
url='https://github.com/openvinotoolkit/open_model_zoo/tree/develop/demos/common/python/openvino',
46
description='Model API: model wrappers and pipelines from Open Model Zoo',
47
+ python_requires = ">=3.7",
48
classifiers=[
49
'License :: OSI Approved :: Apache Software License',
50
'Programming Language :: Python :: 3',
0 commit comments