Skip to content

Commit 31dd227

Browse files
author
Nikhil Raverkar
committed
upgrading sklearn to 1.0.2
1 parent d9e61be commit 31dd227

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci/buildspec.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ phases:
1313
commands:
1414
- echo Logging in to Amazon ECR...
1515
- $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION)
16+
- echo Installing dependencies...
17+
- curl -LO http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
18+
- bash Miniconda3-latest-Linux-x86_64.sh -bfp /miniconda3
19+
- export PATH=/miniconda3/bin:${PATH}
20+
- conda install python=3.7
21+
- conda update -y conda
22+
- conda install -y 'requests<2.21' # sagemaker-python-sdk requires requests<2.21
23+
- python3 -m pip install pip==20.1 # The new pip denpendency resolver in 20.2+ can't resolve 1.0-1 and 0.90 dependencies
24+
- python3 -m pip install .[test]
1625
build:
1726
commands:
1827
- echo Build started on `date`

0 commit comments

Comments
 (0)