Skip to content

Commit 8bee41e

Browse files
committed
Actually, 1.6.1 and cupynumeric already don't get along
Signed-off-by: Sebastian Berg <sebastianb@nvidia.com>
1 parent d8fe147 commit 8bee41e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

conda/environments/all_cuda-122.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

conda/recipes/legate-boost/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

123123
test:

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`.
4141
description = "GBM libary on Legate"

0 commit comments

Comments
 (0)