From 289e34cbc077e071357e95d54277a91a7b73478e Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 19 Sep 2018 11:59:23 -0400 Subject: [PATCH] Try more specific pinning. --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 7e035a3d5bf..59ecee414e8 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -10,7 +10,7 @@ setuptools == 18.5 toml == 0.9.2 # For pycparser 2.19 release bustage -pycparser == 2.18 +pycparser != 2.19 # For Python linting flake8 == 2.4.1