mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-12-22 04:02:19 +01:00
pyproject.toml: bump Pandas to v1.4.0
As of Pandas v1.4.0 the minimum Python version is 3.8. See: https://pandas.pydata.org/docs/whatsnew/v1.4.0.html
This commit is contained in:
parent
a589d39e38
commit
e94a4539bf
@ -11,8 +11,8 @@ homepage = "https://github.com/ilri/csv-metadata-quality"
|
||||
csv-metadata-quality = 'csv_metadata_quality.__main__:main'
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7.1"
|
||||
pandas = "^1.0.4"
|
||||
python = "^3.8"
|
||||
pandas = "^1.4.0"
|
||||
python-stdnum = "^1.13"
|
||||
xlrd = "^1.2.0"
|
||||
requests = "^2.23.0"
|
||||
|
Loading…
Reference in New Issue
Block a user