1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-19 18:51:28 +02:00

Use uv instead of rye

This commit is contained in:
2025-01-30 11:55:09 +03:00
parent 1d701f4056
commit f7d66947f7
8 changed files with 1612 additions and 274 deletions

View File

@ -19,6 +19,7 @@ fields
- Don't run newline fix on description fields
- Install requests-cache in main run() function instead of check.agrovoc() function so we only incur the overhead once
- Use py3langid instead of langid, see: [How to make language detection with langid.py faster](https://adrien.barbaresi.eu/blog/language-detection-langid-py-faster.html)
- Use uv instead of rye
### Updated
- Python dependencies, including Pandas 2.0.0 and [Arrow-backed dtypes](https://datapythonista.me/blog/pandas-20-and-the-arrow-revolution-part-i)