From 46d777ab4075a1f2110c9de72a4109eb4e71d7e2 Mon Sep 17 00:00:00 2001 From: Seiya Tokui Date: Tue, 30 May 2017 18:14:24 +0900 Subject: [PATCH] Cut protobuf 2 --- run_combination_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_combination_test.py b/run_combination_test.py index 7f9e78f3..68a5c8af 100755 --- a/run_combination_test.py +++ b/run_combination_test.py @@ -16,7 +16,7 @@ 'nccl': docker.nccl_choices, 'numpy': ['1.9', '1.10', '1.11', '1.12', '1.13'], 'scipy': [None, '0.18'], - 'protobuf': ['2', '3', 'cpp-3'], + 'protobuf': ['3', 'cpp-3'], 'h5py': [None, '2.5', '2.6', '2.7'], 'pillow': [None, '3.4', '4.0', '4.1'], 'theano': [None, '0.8', '0.9'],