Skip to content

Commit 576af44

Browse files
authored
build: upgrade docker-compose to 1.23 (#470)
docker-compose 1.23 has moved to a newer version of requests which allows us to remove the upper bound on urllib3 that was causing a lot of problems for everyone.
1 parent 892f27f commit 576af44

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
@@ -8,6 +8,7 @@ CHANGELOG
88
* doc-fix: fix rendering error in README.rst
99
* enhancement: Local Mode: support optional input channels
1010
* build: added pylint
11+
* build: upgrade docker-compose to 1.23
1112

1213
1.14.1
1314
======

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)