Skip to content

Commit c799055

Browse files
committed
pin all framework versions
1 parent 3fe3a6f commit c799055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/buildspec_vanilla_framework_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ phases:
2020
- sudo apt-get install unzip -qq -o=Dpkg::Use-Pty=0
2121
- cd $CODEBUILD_SRC_DIR && chmod +x config/protoc_downloader.sh && ./config/protoc_downloader.sh
2222
- pip install --upgrade pip==20.3.3
23-
- pip install -q -U pytest pytest-cov wheel pyYaml pytest-html keras==2.3.1 mxnet==1.6.0 torch xgboost pre-commit tensorflow_datasets==4.0.1 torchvision
23+
- pip install -q -U pytest pytest-cov wheel pyYaml pytest-html keras==2.3.1 mxnet==1.6.0 torch==1.8.0 xgboost==1.3.3 pre-commit tensorflow_datasets==4.0.1 torchvision
2424
- cd $CODEBUILD_SRC_DIR && chmod +x config/install_smdebug.sh && chmod +x config/check_smdebug_install.sh && ./config/install_smdebug.sh;
2525
- pip install --force-reinstall numpy==1.18.5
2626

0 commit comments

Comments
 (0)