Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZJaume <jzaragoza@prompsit.com>2022-08-16 13:52:08 +0300
committerZJaume <jzaragoza@prompsit.com>2022-08-16 13:52:08 +0300
commit2db9c5b117dc2425a2311cc41b8d4db185a6b869 (patch)
treeb49dfd65cef5289507f1195f243e853ad0b50f29
parentf589cd62583c261b94510918da29d58bc8777e87 (diff)
Use bicleaner-ai-glove fork
This fork gives compatibility with Python 3.8, 3.9 and 3.10
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 8373732..94c795c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ sacremoses
bicleaner-hardrules>=2.3,<3.0
sentencepiece
tensorflow>=2.6.5
-glove-python-binary==0.2.0
+bicleaner-ai-glove==0.2.0
fuzzywuzzy
python-Levenshtein
transformers>=4.10.3,<5.0.0