Skip to content

Commit f2b1ea0

Browse files
authored
Merge pull request #639 from alephdata/dependabot/pip/fasttext-0.9.3
Bump fasttext from 0.9.2 to 0.9.3
2 parents 5955095 + 512ef06 commit f2b1ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tesserocr==2.8.0
1212
spacy==3.8.5 # pinned because spacy 3.8 requires numpy >2 which breaks fasttext (see https://groups.google.com/g/fasttext-library/c/4EOM0-S6xHU)
1313
numpy<2.0.0 # pinned because otherwise spacy requires an incompatible numpy
1414
fingerprints==1.1.1
15-
fasttext==0.9.2
15+
fasttext==0.9.3
1616
pika==1.3.2
1717

1818
# Development

0 commit comments

Comments
 (0)