From 428db8138fcc83f3286e1a2369b5ecdaa5ae20fa Mon Sep 17 00:00:00 2001 From: Kirill Date: Wed, 7 Jul 2021 17:20:35 +0300 Subject: [PATCH 1/3] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6201bdca7..9669b8f44 100755 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,7 @@ jobs: - job: Linux_daal4py pool: vmImage: 'ubuntu-20.04' + steps: - task: UsePythonVersion@0 displayName: 'Use Python $(python.version)' inputs: From 4d655d00675d0151e794461c8957bf50f7e31bc2 Mon Sep 17 00:00:00 2001 From: Kirill Date: Wed, 7 Jul 2021 17:34:42 +0300 Subject: [PATCH 2/3] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9669b8f44..4e9cc4b5f 100755 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,7 +36,7 @@ jobs: inputs: versionSpec: '$(python.version)' - script: | - pip install -r daal4py/requirements.txt + pip install -r daal4py_bench/requirements.txt python runner.py --configs configs/testing/daal4py.json --no-intel-optimized displayName: Run bench - job: Linux_XGBoost_and_daal4py From 353dbb90ce96a6af50ba3a0535074d3ee4fcbf07 Mon Sep 17 00:00:00 2001 From: Kirill Date: Wed, 14 Jul 2021 23:35:17 +0300 Subject: [PATCH 3/3] Update requirements.txt --- daal4py_bench/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daal4py_bench/requirements.txt b/daal4py_bench/requirements.txt index c381d913c..1051f78ca 100644 --- a/daal4py_bench/requirements.txt +++ b/daal4py_bench/requirements.txt @@ -1,5 +1,5 @@ scikit-learn -pandas +pandas < 1.3.0 daal4py openpyxl tqdm