From dba467fcf70f9b52d6ca409684a871dd093c2964 Mon Sep 17 00:00:00 2001 From: David Grove Date: Thu, 29 Aug 2024 11:42:14 -0400 Subject: [PATCH] upgrade PyYAML to 6.0 Was having problems building PyYAML 5.4 on arm64 with miniconda; upgrading to 6.0 fixed it... --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 69d34b6..bee6c14 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1 +1 @@ -PyYAML==5.4 +PyYAML==6.0