File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies:
3838- rapids-build-backend>=0.3.2,<0.4.0.dev0
3939- rich
4040- scikit-build-core>=0.10.0
41- - scikit-learn>=1.6,<1.7
41+ - scikit-learn>=1.6,<1.6.1
4242- seaborn>=0.13
4343- sphinx>=8.0,<8.2.0
4444- typing-extensions>=4.0
Original file line number Diff line number Diff line change @@ -115,9 +115,9 @@ requirements:
115115 # released, a new legate-boost would be required.
116116 - legate
117117 - numpy
118- # < 1.7 hopefully only due to:
118+ # < 1.6.1 hopefully only due to:
119119 # https://github.com/nv-legate/cupynumeric.internal/issues/840
120- - scikit-learn>=1.6,<1.7
120+ - scikit-learn>=1.6,<1.6.1
121121 - typing-extensions>=4.0
122122
123123test :
Original file line number Diff line number Diff line change @@ -158,9 +158,9 @@ dependencies:
158158 - output_types : [conda, pyproject, requirements]
159159 packages :
160160 - numpy
161- # < 1.7 hopefully only due to:
161+ # < 1.6.1 hopefully only due to:
162162 # https://github.com/nv-legate/cupynumeric.internal/issues/840
163- - scikit-learn>=1.6,<1.7
163+ - scikit-learn>=1.6,<1.6.1
164164 - typing-extensions>=4.0
165165 - output_types : [conda, pyproject, requirements]
166166 packages :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies = [
3535 " cupynumeric==25.07.*,>=0.0.0.dev0" ,
3636 " legate==25.07.*,>=0.0.0.dev0" ,
3737 " numpy" ,
38- " scikit-learn>=1.6,<1.7 " ,
38+ " scikit-learn>=1.6,<1.6.1 " ,
3939 " typing-extensions>=4.0" ,
4040] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
4141description = " GBM libary on Legate"
You can’t perform that action at this time.
0 commit comments