Skip to content

Commit

Permalink
use specific version of boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
VanDavv committed Nov 19, 2021
1 parent 46d88da commit 9df05ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='blobconverter',
version='1.2.6',
version='1.2.7',
description='The tool that allows you to convert neural networks to MyriadX blob',
long_description=io.open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand All @@ -22,7 +22,7 @@
install_requires=[
"requests",
"PyYAML",
"boto3"
"boto3==1.17.39"
],
include_package_data=True,
project_urls={
Expand Down

0 comments on commit 9df05ca

Please sign in to comment.