mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -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
|
||||
aioredis < 2
|
||||
aiosignal
|
||||
click >= 7.0
|
||||
click >= 7.0, <= 8.0.4
|
||||
cloudpickle
|
||||
filelock
|
||||
frozenlist
|
||||
|
|
|
@ -265,7 +265,7 @@ if setup_spec.type == SetupType.RAY:
|
|||
if setup_spec.type == SetupType.RAY:
|
||||
setup_spec.install_requires = [
|
||||
"attrs",
|
||||
"click >= 7.0",
|
||||
"click >= 7.0, <= 8.0.4",
|
||||
"dataclasses; python_version < '3.7'",
|
||||
"filelock",
|
||||
"grpcio >= 1.28.1, <= 1.43.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue