Skip to content

Commit 8320cee

Browse files
authored
pinning version of aioboto3, botocore, boto3 as aioboto3 is pinning versions (aws#63)
aio-libs/aiobotocore#718
1 parent b4df3f6 commit 8320cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def compile_summary_protobuf():
3434
"License :: OSI Approved :: Apache Software License",
3535
"Operating System :: OS Independent",
3636
],
37-
38-
install_requires = ['aioboto3', 'nest_asyncio', 'protobuf>=3.6.0' ,'boto3'],
37+
#pinning aioboto3 version as aiobot3 is pinning versions https://github.com/aio-libs/aiobotocore/issues/718
38+
install_requires = ['aioboto3==6.4.1', 'nest_asyncio', 'protobuf>=3.6.0' ,'botocore==1.12.91','boto3==1.9.91'],
3939

4040
setup_requires=["pytest-runner"],
4141
tests_require=["pytest", "tensorflow"],

0 commit comments

Comments
 (0)