1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-10 15:16:01 +02:00

Use py3langid v0.3.0

This commit is contained in:
2024-06-18 21:51:32 +03:00
parent 7fca981b95
commit 82b056f0ea
3 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@ dependencies = [
"ftfy~=6.1",
"country-converter~=1.2",
"pycountry~=23.12",
"py3langid~=0.2",
"py3langid~=0.3",
]
readme = "README.md"
requires-python = ">= 3.9"