Skip to content

Commit af2ac53

Browse files
author
Evandro Franco
committed
fixing pipelines
1 parent f636d66 commit af2ac53

File tree

3 files changed

+982
-8
lines changed

3 files changed

+982
-8
lines changed

0-Introduction/introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"outputs": [],
7272
"source": [
7373
"import sys\n",
74-
"!{sys.executable} -m pip install sagemaker -U\n",
74+
"!{sys.executable} -m pip install sagemaker==2.135.1 -U\n",
7575
"!{sys.executable} -m pip install xgboost\n",
7676
"#!pip freeze | grep sagemaker\n",
7777
"#!pip freeze | grep xgboostb"

0 commit comments

Comments
 (0)