Skip to content

Commit 512ef06

Browse files
Bump fasttext from 0.9.2 to 0.9.3
Bumps [fasttext](https://github.com/facebookresearch/fastText) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/facebookresearch/fastText/releases) - [Commits](https://github.com/facebookresearch/fastText/commits) --- updated-dependencies: - dependency-name: fasttext dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adbd113 commit 512ef06

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)