1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-10 15:16:01 +02:00

Switch to pandas 2.0.0rc1

Seems to work fine with the new PyArrow datatypes.
This commit is contained in:
2023-03-22 12:16:56 +03:00
parent 20a2cce34b
commit d4aed378cf
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@ csv-metadata-quality = 'csv_metadata_quality.__main__:main'
[tool.poetry.dependencies]
python = "^3.9"
pandas = "^1.5.2"
pandas = "2.0.0rc1"
python-stdnum = "^1.18"
requests = "^2.28.2"
requests-cache = "^0.9.8"