mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
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:
4
setup.py
4
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user