From bc9905a06177961b6f0e78f1da967e1b45ecf8cf Mon Sep 17 00:00:00 2001 From: yangdx Date: Tue, 4 Mar 2025 02:28:09 +0800 Subject: [PATCH] Fix gensim not compatible wtih numpy and scipy problem - Replace numpy with gensim in requirements.txt - Let gensim choose a correct version of numpy and scipy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1a1157e..d9a5c68e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ configparser future # Basic modules -numpy +gensim pipmaster pydantic python-dotenv