Skip to content

Commit

Permalink
Revert "Temporarily cap scikit-learn<=1.5.2 (#5)"
Browse files Browse the repository at this point in the history
This reverts commit f81682d.
  • Loading branch information
hcho3 committed Dec 10, 2024
1 parent f81682d commit 8508a80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/conda_env/aarch64_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pytest-cov
- numpy
- scipy
- scikit-learn<=1.5.2
- scikit-learn
- pandas
- matplotlib
- dask
Expand Down
2 changes: 1 addition & 1 deletion containers/conda_env/linux_cpu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pylint
- numpy
- scipy
- scikit-learn>=1.4.1,<=1.5.2
- scikit-learn>=1.4.1
- pandas
- matplotlib
- dask<=2024.10.0
Expand Down
3 changes: 1 addition & 2 deletions containers/dockerfile/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ RUN \
"nccl>=${NCCL_SHORT_VER}" \
"dask<=2024.10.0" \
"distributed<=2024.10.0" \
"scikit-learn<=1.5.2" \
"dask-cuda=$RAPIDS_VERSION.*" "dask-cudf=$RAPIDS_VERSION.*" cupy \
numpy pytest pytest-timeout scipy pandas matplotlib wheel \
numpy pytest pytest-timeout scipy scikit-learn pandas matplotlib wheel \
python-kubernetes urllib3 graphviz hypothesis loky \
"pyspark>=3.4.0" cloudpickle cuda-python && \
mamba clean --all --yes
Expand Down

0 comments on commit 8508a80

Please sign in to comment.