From c76c607265344276cbf2e9f53e637d76b4dc6e35 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 24 Jan 2021 10:05:40 -0800 Subject: [PATCH] PyYAML==5.4.1 (#2030) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b447aef4d39..759a100a212c 100755 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ matplotlib>=3.2.2 numpy>=1.18.5 opencv-python>=4.1.2 Pillow -PyYAML>=3.13 +PyYAML==5.4.1 scipy>=1.4.1 tensorboard>=2.2 torch>=1.7.0