Skip to content

Commit

Permalink
pinning version of aioboto3, botocore, boto3 as aioboto3 is pinning v…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas-kum authored Aug 7, 2019
1 parent b4df3f6 commit 8320cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def compile_summary_protobuf():
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],

install_requires = ['aioboto3', 'nest_asyncio', 'protobuf>=3.6.0' ,'boto3'],
#pinning aioboto3 version as aiobot3 is pinning versions https://github.com/aio-libs/aiobotocore/issues/718
install_requires = ['aioboto3==6.4.1', 'nest_asyncio', 'protobuf>=3.6.0' ,'botocore==1.12.91','boto3==1.9.91'],

setup_requires=["pytest-runner"],
tests_require=["pytest", "tensorflow"],
Expand Down

0 comments on commit 8320cee

Please sign in to comment.