From a83a089c08e0006c1c0ce7298f7434d29f74f40d Mon Sep 17 00:00:00 2001 From: ljvmiranda921 Date: Sun, 29 Jul 2018 18:05:36 +0900 Subject: [PATCH] Fix pyyaml dependency It turns out that pyup and pyyaml has anomalous versions and has become buggy. We fix this dependency by having pyup ignore such changes. PyYAML is only used for our logging configs, so this will not be harmful. Signed-off-by: Lester James V. Miranda --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 32cdf57e..c9ea87e9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ tox==3.0.0 coverage==4.5.1 Sphinx==1.7.5 cryptography==2.2.2 -PyYAML==3.13 +PyYAML==3.13 # pyup: ignore future==0.16.0 scipy>=0.17.0 numpy>=1.13.0