Skip to content

Commit

Permalink
Fixed PyYAML (by default Colab installs 3.13)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mihonarium authored Jul 12, 2021
1 parent e41b8f2 commit ed880ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ faiss-gpu==1.6.5
kapre==0.3.5
librosa
click
pyyaml
pyyaml==5.4.1
numpy
matplotlib
wavio

0 comments on commit ed880ce

Please sign in to comment.