Skip to content

Commit

Permalink
Merge pull request #502 from luxonis/bump_blobconverter
Browse files Browse the repository at this point in the history
Bump blobconverter version
  • Loading branch information
alex-luxonis authored Oct 11, 2021
2 parents 2d13ccf + e300115 commit 86670a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depthai_sdk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion depthai_sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 86670a4

Please sign in to comment.