mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
parent
789274c179
commit
a847fa3643
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Add table
Reference in a new issue