From dbf0a57b9320e8e0e524e90dbf7ff3531fc35495 Mon Sep 17 00:00:00 2001 From: Gael Varoquaux Date: Thu, 7 Oct 2021 16:40:22 +0200 Subject: [PATCH] MAINT: bump dependencies in CI (#1227) --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 845f3e300..760ccf896 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,18 +38,18 @@ jobs: PYTHON_VERSION: "pypy3" LOKY_MAX_CPU_COUNT: "2" + linux_py39_sklearn_tests: + imageName: 'ubuntu-latest' + PYTHON_VERSION: "3.9" + EXTRA_CONDA_PACKAGES: "numpy" + SKIP_TESTS: "true" + # SKLEARN_TESTS: "true" linux_py38_distributed: # To be updated regularly to use the most recent versions of the # dependencies. imageName: 'ubuntu-latest' PYTHON_VERSION: "3.8" EXTRA_CONDA_PACKAGES: "numpy=1.18 distributed=2.17" - linux_py37_sklearn_tests: - imageName: 'ubuntu-latest' - PYTHON_VERSION: "3.7" - EXTRA_CONDA_PACKAGES: "numpy=1.16" - SKIP_TESTS: "true" - SKLEARN_TESTS: "true" linux_py37_distributed: imageName: 'ubuntu-latest' PYTHON_VERSION: "3.7"