From c09bd519c699a8240106d3d93a7d442a2ccb8bb5 Mon Sep 17 00:00:00 2001 From: Lj Miranda <12949683+ljvmiranda921@users.noreply.github.com> Date: Sun, 29 Jul 2018 18:12:59 +0900 Subject: [PATCH] Fix pyyaml dependency (#186) 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