Skip to content

Commit

Permalink
Fix pyyaml dependency (#186)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ljvmiranda921 authored Jul 29, 2018
1 parent 5d08102 commit c09bd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c09bd51

Please sign in to comment.