diff options
author | Alexandre Flament <alex@al-f.net> | 2022-12-26 08:30:03 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2022-12-26 18:44:21 +0000 |
commit | ec4237586db661f023df30f0ffee2a7f8761ceaa (patch) | |
tree | b31260eb8c264c108b907f577b8522bbb54c45d5 /requirements.txt | |
parent | b92748219504e67b18771b9831ffcebe76cca62f (diff) | |
download | searxng-ec4237586db661f023df30f0ffee2a7f8761ceaa.tar.gz searxng-ec4237586db661f023df30f0ffee2a7f8761ceaa.zip |
Use fasttext-predict instead of fasttext or fasttext-wheel
See https://github.com/searxng/fasttext-predict
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 5c45fff6b..ea2616e1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ setproctitle==1.3.2 redis==4.4.0 markdown-it-py==2.1.0 typing_extensions==4.4.0 -fasttext-wheel==0.9.2 +fasttext-predict==0.9.2.1 |