Skip to content

Commit 4ce0dfb

Browse files
authored
change: upgrade boto3 and remove python-dateutil pin (#1229)
1 parent e6ad15e commit 4ce0dfb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read_version():
3434

3535
# Declare minimal set for installation
3636
required_packages = [
37-
"boto3>=1.10.32",
37+
"boto3>=1.10.44",
3838
"numpy>=1.9.0",
3939
"protobuf>=3.1",
4040
"scipy>=0.19.0",

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ passenv =
5757

5858
# {posargs} can be passed in by additional arguments specified when invoking tox.
5959
# Can be used to specify which tests to run, e.g.: tox -- -s
60-
# TODO: Remove pip install python-dateutil==2.8.0 once botocore no longer requires a pinned version:
61-
# https://github.com/boto/botocore/issues/1872
6260
commands =
63-
pip install python-dateutil==2.8.0
6461
coverage run --source sagemaker -m pytest {posargs}
6562
{env:IGNORE_COVERAGE:} coverage report --fail-under=84 --omit */tensorflow/tensorflow_serving/*
6663
extras = test

0 commit comments

Comments
 (0)