From acc8ba7caff2e0161e44c9c0da35a456740e2a20 Mon Sep 17 00:00:00 2001 From: Loann Peurey Date: Thu, 6 Jun 2024 16:51:53 +0200 Subject: [PATCH] requirements to avoid an issue with newer scs on python 3.7 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index bc1e061c..3f7fc804 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,6 +23,7 @@ pytest==7.4.4 python-dateutil==2.8.2 PyYAML==6.0.1 requests==2.25.0 +scs<=3.2.4.post1; python_version <= '3.7' soundfile==0.12.1 Sphinx==5.3.0 sphinx-rtd-theme==2.0.0