Skip to content

Commit ef53606

Browse files
authored
Update daal4py req.txt (#77)
1 parent 60dfea1 commit ef53606

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@ jobs:
3030
- job: Linux_daal4py
3131
pool:
3232
vmImage: 'ubuntu-20.04'
33-
steps:
34-
- script: |
35-
conda update -y -q conda
36-
conda create -n bench -q -y -c conda-forge python=3.8 pandas scikit-learn daal4py tqdm
37-
displayName: Create Anaconda environment
33+
- task: UsePythonVersion@0
34+
displayName: 'Use Python $(python.version)'
35+
inputs:
36+
versionSpec: '$(python.version)'
3837
- script: |
39-
. /usr/share/miniconda/etc/profile.d/conda.sh
40-
conda activate bench
38+
pip install -r daal4py/requirements.txt
4139
python runner.py --configs configs/testing/daal4py.json --no-intel-optimized
4240
displayName: Run bench
4341
- job: Linux_XGBoost_and_daal4py

daal4py_bench/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
scikit-learn
2+
pandas
3+
daal4py
4+
openpyxl
5+
tqdm

0 commit comments

Comments
 (0)