mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-02-28 04:28:46 +01:00
pyproject.toml: bump a few deps
This commit is contained in:
parent
5400bcb19b
commit
42eb9437e3
@ -7,13 +7,13 @@ authors = [
|
||||
]
|
||||
license= { file = "LICENSE.txt" }
|
||||
dependencies = [
|
||||
"pandas[feather,performance]~=2.2",
|
||||
"pandas[feather,performance]~=2.2.3",
|
||||
"python-stdnum~=1.20",
|
||||
"requests~=2.32",
|
||||
"requests~=2.32.3",
|
||||
"requests-cache~=1.2.1",
|
||||
"colorama~=0.4",
|
||||
"ftfy~=6.3.0",
|
||||
"country-converter~=1.2",
|
||||
"country-converter~=1.3",
|
||||
"pycountry~=24.6.1",
|
||||
"py3langid~=0.3",
|
||||
]
|
||||
@ -49,7 +49,7 @@ dev = [
|
||||
"pytest~=8.3",
|
||||
"isort~=6.0",
|
||||
"csvkit~=2.0",
|
||||
"ipython~=8.26",
|
||||
"ipython~=8.31",
|
||||
]
|
||||
|
||||
# So hatch doesn't try to build other top-level directories like "data"
|
||||
|
Loading…
x
Reference in New Issue
Block a user