From 890492ff7ad659248eda315d3eacc18739de0439 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Fri, 3 May 2024 15:15:14 +0300 Subject: [PATCH] Fix gensim for PyPi release (#1287) * pin scipy version * pin gensim version * pin unyanked scipy version * pin scipy versions to python versions * simplify pin for scipy --- other_requirements/extra.txt | 2 +- requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/other_requirements/extra.txt b/other_requirements/extra.txt index 0a01996156..7aa4c932a9 100644 --- a/other_requirements/extra.txt +++ b/other_requirements/extra.txt @@ -7,7 +7,7 @@ opencv-python >= 4.5.5.64 Pillow >= 8.2.0 # Texts -gensim @ git+https://github.com/piskvorky/gensim.git@ad68ee3 +gensim==4.3.2 nltk >= 3.5 # Misc diff --git a/requirements.txt b/requirements.txt index 57c7dd97c4..9f0a2356a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +scipy<1.13.0 + # Base framework thegolem==0.4.0