From 37855aa6de7c1db7aa4d39d5e05d2b65f3bd48b4 Mon Sep 17 00:00:00 2001 From: Lopa10ko Date: Fri, 5 Apr 2024 15:51:59 +0300 Subject: [PATCH] fix: resolve gensim dependency on a specific commit --- other_requirements/molecules.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other_requirements/molecules.txt b/other_requirements/molecules.txt index a33309c4..676c60d8 100644 --- a/other_requirements/molecules.txt +++ b/other_requirements/molecules.txt @@ -3,5 +3,5 @@ guacamol>=0.5.4 joblib>=0.12.5 requests>=2.30.0 mol2vec==0.2.2 -gensim>=4.3.2 +gensim @ git+https://github.com/piskvorky/gensim.git@ad68ee3 torch>=2.0.1 \ No newline at end of file