Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion envs/conda-env-sklearn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- lightgbm
- faiss-cpu
- modin-all
- scikit-learn-intelex
- scikit-learn-intelex>=2026.1
Comment thread
ethanglaser marked this conversation as resolved.
Outdated
# sklbench dependencies
- scikit-learn
- pandas
Expand Down
2 changes: 1 addition & 1 deletion test-configuration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
inputs:
versionSpec: "$(PYTHON_VERSION)"
- script: |
conda create -y -n bench-env -c conda-forge -c nodefaults python=$(PYTHON_VERSION)
conda create -y -n bench-env -c conda-forge -c nodefaults python=$(PYTHON_VERSION) pip
displayName: Environment initialization
- script: |
source /usr/share/miniconda/etc/profile.d/conda.sh
Expand Down
2 changes: 1 addition & 1 deletion test-configuration-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
displayName: Add conda to Windows PATH
- script: |
conda create -y -n bench-env -c conda-forge -c nodefaults python=$(PYTHON_VERSION)
conda create -y -n bench-env -c conda-forge -c nodefaults python=$(PYTHON_VERSION) pip
displayName: Environment initialization
- script: |
call activate bench-env
Expand Down
Loading