Bump pandas to 0.25.3 (#8985)

* Bump pandas to 0.25.3 as per recommendation to get ready for 1.0

* Localize timezone aware Pandas series prior to Arrow conversion
This commit is contained in:
Ville Brofeldt
2020-01-22 09:03:19 +02:00
committed by GitHub
parent d02cf2f509
commit e46ff239af
3 changed files with 5 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ setup(
"isodate",
"markdown>=3.0",
"msgpack>=0.6.1, <0.7.0",
"pandas>=0.24.2, <0.25.0",
"pandas>=0.25.3, <1.0",
"parsedatetime",
"pathlib2",
"polyline",