From f8a42628845810a7a9d71fc52d55419c843d8334 Mon Sep 17 00:00:00 2001 From: Michael Paierl <paierl@tugraz.at> Date: Mon, 4 Dec 2023 15:38:48 +0100 Subject: [PATCH] fixed problem that occured with new yaml versions --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d18d43a..57f4663 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,10 +25,10 @@ install_requires = tgt>=1.4.0 pandas>=1.4.0 soundfile>=0.10.0 - PyYAML>=6.0.0 + PyYAML==6.0.0 rich>=13.2.0 scikit-learn>=1.2.0 - ruamel.yaml>=0.17.21 + ruamel.yaml==0.17.21 # [flake8] # max-line-length = 92 # max-doc-length = 75 -- GitLab