Skip to content

Commit 1227377

Browse files
Vikas-kumrahul003
authored andcommitted
pinning aiobotocore to 0.10.2 (aws#66)
* pinning aiobotocore to 0.10.2 * iChanging core modes to default
1 parent 29dfdc7 commit 1227377

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config/configure_branch_for_test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
tornasole_core:redn_fix
2-
tornasole_tf:redn_fix
3-
tornasole_mxnet:redn_fix
4-
tornasole_rules:fix_mode_available
5-
tornasole_pytorch:default
1+
tornasole_core:default
2+
tornasole_tf:default
3+
tornasole_mxnet:default
4+
tornasole_rules:default
5+
tornasole_pytorch:default

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def compile_summary_protobuf():
3535
"Operating System :: OS Independent",
3636
],
3737
#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'],
38+
install_requires = ['aioboto3==6.4.1', 'nest_asyncio', 'protobuf>=3.6.0' ,'botocore==1.12.91','boto3==1.9.91', 'aiobotocore==0.10.2'],
3939

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

0 commit comments

Comments
 (0)