[Dataset] avoid pyarrow 7.0.0 for dataset (#22253) (#22330)

This commit is contained in:
Chen Shen 2022-02-14 08:06:11 -08:00 committed by GitHub
parent 789274c179
commit a847fa3643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ starlette
aiorwlock
# Requirements for running tests
pyarrow==4.0.1
pyarrow >= 4.0.1, < 7.0.0
blist; platform_system != "Windows"
azure-cli-core==2.29.1
azure-identity==1.7.0

View file

@ -194,7 +194,7 @@ if setup_spec.type == SetupType.RAY:
setup_spec.extras = {
"data": [
"pandas",
"pyarrow>=4.0.1",
"pyarrow >= 4.0.1, < 7.0.0",
"fsspec",
],
"default": [