Skip to content

Commit c74edb0

Browse files
committed
pin wheel <0.46.0
1 parent 1d1ba48 commit c74edb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sky/setup_files/dependencies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from typing import Dict, List
1010

1111
install_requires = [
12-
'wheel',
12+
'wheel<0.46.0',
1313
'cachetools',
1414
# NOTE: ray requires click>=7.0.
1515
'click >= 7.0',

0 commit comments

Comments
 (0)