Skip to content

Commit 849e753

Browse files
authored
Limit grpcio version for #369 (#370)
* Limit grpcio version * rename disk_size * format
1 parent 62fae46 commit 849e753

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
File renamed without changes.

sky/setup_files/setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
'PrettyTable',
1919
'ray[default]',
2020
'tabulate',
21+
# This is used by ray. The latest 1.44.0 will generate an error
22+
# `Fork support is only compatible with the epoll1 and poll
23+
# polling strategies`
24+
'grpcio<=1.43.0'
2125
]
2226

2327
extras_require = {

0 commit comments

Comments
 (0)