From c4993fce46a3cbc08874385b8dbc4d96608fd081 Mon Sep 17 00:00:00 2001 From: Ali Tavallaie Date: Mon, 27 May 2024 03:27:32 +0330 Subject: [PATCH] adding gensim last update for support 3.12 adding last stable commit of gensim for support python 3.12 I wrote similar problem here. https://blog.techbend.io/overcoming-the-hazm-compatibility-challenge-with-python-312 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3df78e60..83b87ff1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ requests pymagnitude-light colorama>=0.4.3 poutyne -gensim>=4.2.0 +gensim@ git+https://github.com/piskvorky/gensim.git@da2f388 fasttext-wheel pandas urllib3