chore: bump pandas to latest stable version (#11018)

* chore: bump pandas to latest stable version

* fix nest_values
This commit is contained in:
Ville Brofeldt
2020-09-24 13:11:10 +03:00
committed by GitHub
parent 8e9b0b3f11
commit 6181994084
8 changed files with 33 additions and 30 deletions

View File

@@ -89,7 +89,7 @@ setup(
"isodate",
"markdown>=3.0",
"msgpack>=1.0.0, <1.1",
"pandas>=1.0.5, <1.1",
"pandas>=1.1.2, <1.2",
"parsedatetime",
"pathlib2",
"polyline",