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:
Alan Orth 2022-01-30 13:03:13 +03:00
parent a589d39e38
commit e94a4539bf
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -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"