From 795fdf79d89f40527d89ffcae7040ae5b8d34dad Mon Sep 17 00:00:00 2001 From: Yu Date: Tue, 4 Dec 2018 16:07:57 -0800 Subject: [PATCH] Update PyYAML version restriction according to requirement in docker-compose --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e78f320e59..f1cc739284 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def read(fname): # Declare minimal set for installation required_packages = ['boto3>=1.9.55', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0', - 'urllib3>=1.21', 'PyYAML>=3.2', 'protobuf3-to-dict>=0.1.5', + 'urllib3>=1.21', 'PyYAML>=3.2, <4', 'protobuf3-to-dict>=0.1.5', 'docker-compose>=1.23.0'] # enum is introduced in Python 3.4. Installing enum back port