From 4d73273ccba9251e3a469e0365c72458a99cf7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20Pfl=C3=BCger?= Date: Wed, 23 Oct 2024 15:51:13 +0200 Subject: [PATCH] fix: update strictyaml minimum version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index caf3b05..c6153eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ setup_requires = install_requires = networkx>=3 pandas>=2 - strictyaml>=1 + strictyaml>=1.2 natsort>=5 ruamel.yaml>=0.17.2 pyparsing>=3