pyproject.toml: Pandas 2.0.0

This commit is contained in:
Alan Orth 2023-04-05 11:15:40 +03:00
parent 9eeadfc44e
commit b5106de9df
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

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