Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
INSTALL_REQUIRES = [
# aiboto3 implicitly depends on aiobotocore
"aioboto3==6.4.1", # no version deps
"aiobotocore==0.10.4", # pinned to a specific botocore & boto3
"aiobotocore==0.11.0", # pinned to a specific botocore & boto3
"aiohttp>=3.6.0,<4.0", # aiobotocore breaks with 4.0
# boto3 explicitly depends on botocore
"boto3==1.9.252", # Sagemaker requires >= 1.9.213
"botocore==1.12.252",
"boto3==1.10.14", # Sagemaker requires >= 1.9.213
"botocore==1.13.14",
"nest_asyncio",
"protobuf>=3.6.0",
"numpy",
Expand Down
2 changes: 1 addition & 1 deletion smdebug/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.7a"
__version__ = "0.4.7"