We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1ba48 commit c74edb0Copy full SHA for c74edb0
sky/setup_files/dependencies.py
@@ -9,7 +9,7 @@
9
from typing import Dict, List
10
11
install_requires = [
12
- 'wheel',
+ 'wheel<0.46.0',
13
'cachetools',
14
# NOTE: ray requires click>=7.0.
15
'click >= 7.0',
0 commit comments