chore: bump pyarrow (#10733)

* chore: bump pandas an pyarrow

* remove unsupported kwargs

* fix types

* move pandas back to 1.0 branch due to possible MultiIndex regression
This commit is contained in:
Ville Brofeldt
2020-08-31 19:55:53 +03:00
committed by GitHub
parent 234b6bbba9
commit 4392c4608f
4 changed files with 12 additions and 23 deletions

View File

@@ -90,14 +90,14 @@ setup(
"isodate",
"markdown>=3.0",
"msgpack>=1.0.0, <1.1",
"pandas>=1.0.3, <1.1",
"pandas>=1.0.5, <1.1",
"parsedatetime",
"pathlib2",
"polyline",
"python-dateutil",
"python-dotenv",
"python-geohash",
"pyarrow>=0.17.0, <0.18",
"pyarrow>=1.0.1, <1.1",
"pyyaml>=5.1",
"retry>=0.9.2",
"selenium>=3.141.0",