From f2c5f6783a55513401d03c3282d26033d3123cfc Mon Sep 17 00:00:00 2001 From: Matthew Banbury Date: Tue, 4 Jun 2024 15:22:54 +0000 Subject: [PATCH] Bump pyyaml to resolve build errors --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5365842..216a5fc 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "future", "geomet", "python-dateutil==2.*", - "PyYAML==5.*", + "PyYAML==6.*", "six==1.*", "tabulate==0.8.*", "typing-extensions==3.*"]