From e94a4539bf780891e8e45786cabdbcce9d408ddb Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Jan 2022 13:03:13 +0300 Subject: [PATCH] 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 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 735a802..916c840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"