From 7e8d5b40d52a460bce54cb8a3e1be4bf01bc77fd Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:05:16 +0300 Subject: [PATCH] pin scipy versions to python versions --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 721c2ff11b..05c4a19a7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ -scipy==1.11.1 +scipy==1.10.1; python_version <= '3.8' +scipy==1.11.1; python_version > '3.8' + # Base framework thegolem==0.4.0