Skip to content

Commit

Permalink
[CI] Try capping 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 b760a42 commit 33804c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 33804c6

Please sign in to comment.