Skip to content

Commit

Permalink
Update sample SageMaker Lifecycle to latest version (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Chin <[email protected]>
  • Loading branch information
michaelnchin and michaelnchin authored Nov 29, 2022
1 parent 2b84f4d commit d751437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ pip uninstall NeptuneGraphNotebook -y # legacy uninstall when we used to install
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn "jupyter-console<=6.4.0"
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn "jupyter-client<=6.1.12"
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn "ipywidgets<=7.7.1"
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn "notebook==6.4.12"
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn "awswrangler"
if [[ ${VERSION} == "" ]]; then
Expand Down
2 changes: 2 additions & 0 deletions additional-databases/sagemaker/install-graph-notebook-lc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ pip uninstall NeptuneGraphNotebook -y # legacy uninstall when we used to install
pip install "jupyter-console<=6.4.0"
pip install "jupyter-client<=6.1.12"
pip install "ipywidgets<=7.7.1"
pip install "notebook==6.4.12"
pip install awswrangler
if [[ ${VERSION} == "" ]]; then
Expand Down

0 comments on commit d751437

Please sign in to comment.