diff --git a/depthai_sdk/requirements.txt b/depthai_sdk/requirements.txt index f29b1f123..61240d643 100644 --- a/depthai_sdk/requirements.txt +++ b/depthai_sdk/requirements.txt @@ -2,6 +2,6 @@ opencv-python==4.5.1.48 ; platform_machine != "aarch64" and platform_machine != opencv-contrib-python==4.5.1.48 ; platform_machine != "aarch64" and platform_machine != "armv6l" and platform_machine != "armv7l" opencv-python==4.4.0.46 ; platform_machine == "armv6l" or platform_machine == "armv7l" opencv-contrib-python==4.4.0.46 ; platform_machine == "armv6l" or platform_machine == "armv7l" -blobconverter==1.0.0 +blobconverter==1.2.2 pytube==11.0.1 depthai diff --git a/depthai_sdk/setup.py b/depthai_sdk/setup.py index 0cbbc995e..9bd1d6c71 100644 --- a/depthai_sdk/setup.py +++ b/depthai_sdk/setup.py @@ -7,7 +7,7 @@ setup( name='depthai-sdk', - version='1.1.0', + version='1.1.1', description='This package contains convenience classes and functions that help in most common tasks while using DepthAI API', long_description=io.open("README.md", encoding="utf-8").read(), long_description_content_type="text/markdown",