Skip to content

Commit 7fbe487

Browse files
committed
rename 'sklearn' conda dependency to 'scikit-learn'
1 parent 5cc4e46 commit 7fbe487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/recipes/cuvs-bench-cpu/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ requirements:
6666
- pyyaml
6767
- python
6868
- requests
69-
- sklearn>=1.5
69+
- scikit-learn>=1.5
7070
about:
7171
home: https://rapids.ai/
7272
license: Apache-2.0

conda/recipes/cuvs-bench/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ requirements:
105105
- python
106106
- requests
107107
- rmm ={{ minor_version }}
108-
- sklearn>=1.5
108+
- scikit-learn>=1.5
109109
about:
110110
home: https://rapids.ai/
111111
license: Apache-2.0

0 commit comments

Comments
 (0)