From cabda0438b3ac2863d3e2737627811d4931fc1b8 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Sun, 28 Apr 2024 11:05:58 +0300 Subject: [PATCH] pin scipy versions to fix gensim in fedot --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d979757..b8220ced 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,8 @@ pandas>=1.3.0; python_version >='3.8' # Models and frameworks networkx>=2.4, !=2.7.*, !=2.8.1, !=2.8.2, !=2.8.3 -scipy>=1.7.3 +scipy==1.10.1; python_version <= '3.8' +scipy==1.11.1; python_version > '3.8' zss>=1.2.0 # Plotting @@ -34,4 +35,4 @@ pytest>=6.2.0 testfixtures>=6.18.0 # Bandits -mabwiser>=2.7.0 \ No newline at end of file +mabwiser>=2.7.0