diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-12-26 20:50:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-26 20:50:09 +0100 |
| commit | 0d4896170f5ea16d23c7acfa271d989c1ce53a8d (patch) | |
| tree | c3face46ae5cfd9a0dc3eefd4f12a4677f15b478 /requirements.txt | |
| parent | e8f72d705209bee09738ba050aeb75927d663c84 (diff) | |
| parent | f3515041af527741cbdc383434d099c38e40dfba (diff) | |
Merge pull request #2047 from dalf/fasttext-predict
Use fasttext-predict instead of fasttext(-wheel)
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 |