Skip to content

Commit

Permalink
Cap scikit-learn<=1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 10, 2024
1 parent 63d097b commit 47a764e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ops/conda_env/macos_cpu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- numpy
- scipy
- llvm-openmp
- scikit-learn>=1.4.1
- scikit-learn>=1.4.1,<=1.5.2
- pandas
- matplotlib
- dask<=2024.10.0
Expand Down
2 changes: 1 addition & 1 deletion ops/conda_env/win64_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- numpy
- scipy
- matplotlib
- scikit-learn
- scikit-learn<=1.5.2
- pandas
- pytest
- boto3
Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/test-python-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
fi

source ops/pipeline/get-docker-registry-details.sh
CONTAINER_TAG="${DOCKER_REGISTRY_URL}/${container_id}:main"
CONTAINER_TAG="${DOCKER_REGISTRY_URL}/${container_id}:PR-5"

set -x
python3 ops/docker_run.py --container-tag "${CONTAINER_TAG}" ${gpu_option} \
Expand Down

0 comments on commit 47a764e

Please sign in to comment.