Skip to content

Commit

Permalink
pin numpy version (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoecker authored Aug 30, 2021
1 parent 43d817e commit 180b464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/dml/ci/pipeline/setup_agent_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:

- script: |
$(miniconda.activateCommand)
pip install six numpy wheel
pip install six numpy==1.18.5 wheel
pip install keras_applications==1.0.6 --no-deps
pip install keras_preprocessing==1.0.5 --no-deps
displayName: Install Python Packages
Expand Down
2 changes: 1 addition & 1 deletion third_party/dml/ci/pipeline/setup_agent_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:

- powershell: |
Invoke-Expression '$(miniconda.activateCommand)'
pip install six numpy wheel
pip install six numpy==1.18.5 wheel
pip install keras_applications==1.0.6 --no-deps
pip install keras_preprocessing==1.0.5 --no-deps
displayName: Install Python Packages

0 comments on commit 180b464

Please sign in to comment.