mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[default] pin aioredis < 2 (#17465)
This commit is contained in:
parent
cd13059691
commit
b0f00b1b4b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ if setup_spec.type == SetupType.RAY:
|
||||||
"default": [
|
"default": [
|
||||||
"aiohttp", # noqa
|
"aiohttp", # noqa
|
||||||
"aiohttp_cors", # noqa
|
"aiohttp_cors", # noqa
|
||||||
"aioredis", # noqa
|
"aioredis < 2", # noqa
|
||||||
"colorful", # noqa
|
"colorful", # noqa
|
||||||
"py-spy >= 0.2.0", # noqa
|
"py-spy >= 0.2.0", # noqa
|
||||||
"jsonschema", # noqa
|
"jsonschema", # noqa
|
||||||
|
|
Loading…
Add table
Reference in a new issue