Skip to content

Commit 1ea3b4d

Browse files
romilbhardwajcg505
andauthored
[Release] Release v0.8.1 (#5156)
* pin wheel <0.46.0 (#5155) * pin wheel <0.46.0 * Update sky/setup_files/dependencies.py Co-authored-by: Romil Bhardwaj <[email protected]> --------- Co-authored-by: Romil Bhardwaj <[email protected]> (cherry picked from commit 4527491) * Bump version to 0.8.1 --------- Co-authored-by: Christopher Cooper <[email protected]>
1 parent c2c49a6 commit 1ea3b4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN conda install -c conda-forge google-cloud-sdk && \
88
rm -rf /var/lib/apt/lists/*
99

1010
# 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"

sky/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _get_git_commit():
3535

3636

3737
__commit__ = _get_git_commit()
38-
__version__ = '0.8.0'
38+
__version__ = '0.8.1'
3939
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
4040

4141

sky/setup_files/dependencies.py

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

1010
install_requires = [
11-
'wheel',
11+
'wheel<0.46.0', # https://github.com/skypilot-org/skypilot/issues/5153
1212
'cachetools',
1313
# NOTE: ray requires click>=7.0.
1414
'click >= 7.0',

0 commit comments

Comments
 (0)