Skip to content

Commit b4d1d5f

Browse files
authored
Update PyYAML version restriction according to requirement in docker-compose (#523)
1 parent d60f8d3 commit b4d1d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

3535
# Declare minimal set for installation
3636
required_packages = ['boto3>=1.9.55', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0',
37-
'urllib3>=1.21', 'PyYAML>=3.2', 'protobuf3-to-dict>=0.1.5',
37+
'urllib3>=1.21', 'PyYAML>=3.2, <4', 'protobuf3-to-dict>=0.1.5',
3838
'docker-compose>=1.23.0']
3939

4040
# enum is introduced in Python 3.4. Installing enum back port

0 commit comments

Comments
 (0)