Skip to content

Commit 94e6971

Browse files
committed
Use fasttext instead of fasttext-wheel on Python >=3.13
1 parent 0246a34 commit 94e6971

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ func_timeout
3232
sqlglot
3333
pymysql
3434
# general text
35-
fasttext-wheel
35+
fasttext; python_version >= "3.13"
36+
fasttext-wheel; python_version < "3.13"
3637
langkit
3738
openai
3839
sentencepiece

0 commit comments

Comments
 (0)