We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ce464 commit d67c548Copy full SHA for d67c548
azure-pipelines.yml
@@ -30,12 +30,13 @@ jobs:
30
- job: Linux_daal4py
31
pool:
32
vmImage: 'ubuntu-20.04'
33
+ steps:
34
- task: UsePythonVersion@0
35
displayName: 'Use Python $(python.version)'
36
inputs:
37
versionSpec: '$(python.version)'
38
- script: |
- pip install -r daal4py/requirements.txt
39
+ pip install -r daal4py_bench/requirements.txt
40
python runner.py --configs configs/testing/daal4py.json --no-intel-optimized
41
displayName: Run bench
42
- job: Linux_XGBoost_and_daal4py
daal4py_bench/requirements.txt
@@ -1,5 +1,5 @@
1
scikit-learn
2
-pandas
+pandas < 1.3.0
3
daal4py
4
openpyxl
5
tqdm
0 commit comments