File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ RUN conda install -c conda-forge google-cloud-sdk && \
8
8
rm -rf /var/lib/apt/lists/*
9
9
10
10
# Install sky
11
- RUN pip install --no-cache-dir "skypilot[all]==0.8.0 "
11
+ RUN pip install --no-cache-dir "skypilot[all]==0.8.1 "
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def _get_git_commit():
35
35
36
36
37
37
__commit__ = _get_git_commit ()
38
- __version__ = '0.8.0 '
38
+ __version__ = '0.8.1 '
39
39
__root_dir__ = os .path .dirname (os .path .abspath (__file__ ))
40
40
41
41
Original file line number Diff line number Diff line change 8
8
from typing import Dict , List
9
9
10
10
install_requires = [
11
- 'wheel' ,
11
+ 'wheel<0.46.0' , # https://github.com/skypilot-org/skypilot/issues/5153
12
12
'cachetools' ,
13
13
# NOTE: ray requires click>=7.0.
14
14
'click >= 7.0' ,
You can’t perform that action at this time.
0 commit comments