From bdd1412da0fbf77d7c18832986e3e52a3caccc79 Mon Sep 17 00:00:00 2001 From: John Lee Date: Tue, 17 Sep 2024 09:57:55 -0400 Subject: [PATCH] Instead of forcing cython we should just bump PyYAML --- misc/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/requirements.txt b/misc/requirements.txt index 61131549..1551f18c 100644 --- a/misc/requirements.txt +++ b/misc/requirements.txt @@ -4,5 +4,5 @@ msgpack >=1,<2 py-algorand-sdk >=1.3.0,<2 pytest==6.2.5 GitPython==3.1.41 -PyYAML==6.0 -requests==2.32.0 \ No newline at end of file +PyYAML==6.0.2 +requests==2.32.0