1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-06-06 09:08:40 +02:00

4 Commits

Author SHA1 Message Date
47c9bbc1d7 fix(deps): update dependency pandas to ~=2.3.0 2025-06-05 04:25:39 +00:00
753f3340a3 renovate.json: adjust managers
We can apparently use the pep621 manager to manage uv dependencies
now. And we need to disable the pip_requirements manager so the bot
doesn't try to update our requirements.txt file (which is exported
from uv).
2025-04-01 12:55:12 +03:00
188097abe4 Revert "csv_metadata_quality/fix.py: minor logic fix"
This reverts commit b7a81b8ec73a97076a473b0cfd21bddb18af9706.
2025-03-19 16:04:12 +03:00
b7a81b8ec7 csv_metadata_quality/fix.py: minor logic fix
Minor logic fix in missing regions.
2025-02-19 16:01:36 +03:00
3 changed files with 502 additions and 510 deletions

View File

@ -7,7 +7,7 @@ authors = [
]
license= { file = "LICENSE.txt" }
dependencies = [
"pandas[feather,performance]~=2.2.3",
"pandas[feather,performance]~=2.3.0",
"python-stdnum~=1.20",
"requests~=2.32.3",
"requests-cache~=1.2.1",

View File

@ -3,7 +3,7 @@
"extends": [
"config:recommended"
],
"pep621": {
"enabled": false
"pip_requirements": {
"enabled": false
}
}

1006
uv.lock generated

File diff suppressed because it is too large Load Diff