Skip to content

Commit

Permalink
Add scipy to DevOps.
Browse files Browse the repository at this point in the history
  • Loading branch information
interpret-ml committed Nov 5, 2020
1 parent bf2480f commit c271b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- script: python -m pip install --upgrade pip setuptools wheel
condition: succeeded()
displayName: 'Install tools'
- script: python -m pip install pytest pytest-cov numpy pandas
- script: python -m pip install pytest pytest-cov numpy pandas scipy
condition: succeeded()
displayName: 'Install test requirements'
- script: python -m pip install torch==1.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
Expand Down

0 comments on commit c271b30

Please sign in to comment.