From c271b300f18f38b27ecad75138775e19f7d4bd23 Mon Sep 17 00:00:00 2001 From: InterpretML <50031429+interpret-ml@users.noreply.github.com> Date: Wed, 4 Nov 2020 17:14:51 -0800 Subject: [PATCH] Add scipy to DevOps. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 338cec2..fa2a99c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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