mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[CI] pin click version to fix broken test. #23544
This commit is contained in:
parent
1d0fe1e1c3
commit
44114c8422
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
aiohttp>=3.7
|
aiohttp>=3.7
|
||||||
aioredis < 2
|
aioredis < 2
|
||||||
aiosignal
|
aiosignal
|
||||||
click >= 7.0
|
click >= 7.0, <= 8.0.4
|
||||||
cloudpickle
|
cloudpickle
|
||||||
filelock
|
filelock
|
||||||
frozenlist
|
frozenlist
|
||||||
|
|
|
@ -265,7 +265,7 @@ if setup_spec.type == SetupType.RAY:
|
||||||
if setup_spec.type == SetupType.RAY:
|
if setup_spec.type == SetupType.RAY:
|
||||||
setup_spec.install_requires = [
|
setup_spec.install_requires = [
|
||||||
"attrs",
|
"attrs",
|
||||||
"click >= 7.0",
|
"click >= 7.0, <= 8.0.4",
|
||||||
"dataclasses; python_version < '3.7'",
|
"dataclasses; python_version < '3.7'",
|
||||||
"filelock",
|
"filelock",
|
||||||
"grpcio >= 1.28.1, <= 1.43.0",
|
"grpcio >= 1.28.1, <= 1.43.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue