Skip to content

Commit 9bf0d3e

Browse files
author
Jonathan Esterhazy
committed
Merge branch 'master' of github.com:aws/sagemaker-python-sdk into je-tfs-docs
2 parents 65a0d3f + 576af44 commit 9bf0d3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CHANGELOG
1010
* doc-fix: fix rendering error in README.rst
1111
* enhancement: Local Mode: support optional input channels
1212
* build: added pylint
13+
* build: upgrade docker-compose to 1.23
1314

1415
1.14.1
1516
======

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def read(fname):
5454

5555
# Declare minimal set for installation
5656
install_requires=['boto3>=1.9.38', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0',
57-
'urllib3 >=1.21, <1.23',
58-
'PyYAML>=3.2', 'protobuf3-to-dict>=0.1.5', 'docker-compose>=1.21.0'],
57+
'urllib3 >=1.21', 'PyYAML>=3.2', 'protobuf3-to-dict>=0.1.5',
58+
'docker-compose>=1.23.0'],
5959

6060
extras_require={
6161
'test': ['tox', 'flake8', 'pytest', 'pytest-cov', 'pytest-xdist',

0 commit comments

Comments
 (0)