From ed880ce74241a19dd972c5a4d2563b51ecb1acf4 Mon Sep 17 00:00:00 2001 From: Mikhail Samin Date: Mon, 12 Jul 2021 19:58:31 +0300 Subject: [PATCH] Fixed PyYAML (by default Colab installs 3.13) By default, PyYAML-3.13 is sometimes used in the default Colab environment (and thus it outputs a `dump_all() got an unexpected keyword argument 'sort_keys'` error). This should fix the issue --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c3e7560..0f907a8 100755 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ faiss-gpu==1.6.5 kapre==0.3.5 librosa click -pyyaml +pyyaml==5.4.1 numpy matplotlib wavio