Skip to content

Commit ba7e3ab

Browse files
committed
REL v24.10.00 release
1 parent d9c2951 commit ba7e3ab

File tree

7 files changed

+81
-81
lines changed

7 files changed

+81
-81
lines changed

conda/environments/all_cuda-118_arch-x86_64.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ dependencies:
1212
- cuda-python>=11.7.1,<12.0a0
1313
- cuda-version=11.8
1414
- cudatoolkit
15-
- cudf==24.10.*,>=0.0.0a0
15+
- cudf==24.10.*
1616
- cupy>=12.0.0
17-
- cuvs==24.10.*,>=0.0.0a0
17+
- cuvs==24.10.*
1818
- cxx-compiler
1919
- cython>=3.0.0
20-
- dask-cuda==24.10.*,>=0.0.0a0
21-
- dask-cudf==24.10.*,>=0.0.0a0
20+
- dask-cuda==24.10.*
21+
- dask-cudf==24.10.*
2222
- dask-ml
2323
- doxygen=1.9.1
2424
- fmt>=11.0.2,<12
@@ -33,16 +33,16 @@ dependencies:
3333
- libcublas=11.11.3.6
3434
- libcufft-dev=10.9.0.58
3535
- libcufft=10.9.0.58
36-
- libcumlprims==24.10.*,>=0.0.0a0
36+
- libcumlprims==24.10.*
3737
- libcurand-dev=10.3.0.86
3838
- libcurand=10.3.0.86
3939
- libcusolver-dev=11.4.1.48
4040
- libcusolver=11.4.1.48
4141
- libcusparse-dev=11.7.5.86
4242
- libcusparse=11.7.5.86
43-
- libcuvs==24.10.*,>=0.0.0a0
44-
- libraft-headers==24.10.*,>=0.0.0a0
45-
- librmm==24.10.*,>=0.0.0a0
43+
- libcuvs==24.10.*
44+
- libraft-headers==24.10.*
45+
- librmm==24.10.*
4646
- nbsphinx
4747
- ninja
4848
- nltk
@@ -52,19 +52,19 @@ dependencies:
5252
- nvcc_linux-64=11.8
5353
- packaging
5454
- pydata-sphinx-theme!=0.14.2
55-
- pylibraft==24.10.*,>=0.0.0a0
55+
- pylibraft==24.10.*
5656
- pynndescent
5757
- pytest-benchmark
5858
- pytest-cases
5959
- pytest-cov
6060
- pytest-xdist
6161
- pytest==7.*
6262
- python>=3.10,<3.13
63-
- raft-dask==24.10.*,>=0.0.0a0
63+
- raft-dask==24.10.*
6464
- rapids-build-backend>=0.3.0,<0.4.0.dev0
65-
- rapids-dask-dependency==24.10.*,>=0.0.0a0
65+
- rapids-dask-dependency==24.10.*
6666
- recommonmark
67-
- rmm==24.10.*,>=0.0.0a0
67+
- rmm==24.10.*
6868
- scikit-build-core>=0.10.0
6969
- scikit-learn==1.5
7070
- scipy>=1.8.0

conda/environments/all_cuda-125_arch-x86_64.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ dependencies:
1414
- cuda-profiler-api
1515
- cuda-python>=12.0,<13.0a0
1616
- cuda-version=12.5
17-
- cudf==24.10.*,>=0.0.0a0
17+
- cudf==24.10.*
1818
- cupy>=12.0.0
19-
- cuvs==24.10.*,>=0.0.0a0
19+
- cuvs==24.10.*
2020
- cxx-compiler
2121
- cython>=3.0.0
22-
- dask-cuda==24.10.*,>=0.0.0a0
23-
- dask-cudf==24.10.*,>=0.0.0a0
22+
- dask-cuda==24.10.*
23+
- dask-cudf==24.10.*
2424
- dask-ml
2525
- doxygen=1.9.1
2626
- fmt>=11.0.2,<12
@@ -33,13 +33,13 @@ dependencies:
3333
- joblib>=0.11
3434
- libcublas-dev
3535
- libcufft-dev
36-
- libcumlprims==24.10.*,>=0.0.0a0
36+
- libcumlprims==24.10.*
3737
- libcurand-dev
3838
- libcusolver-dev
3939
- libcusparse-dev
40-
- libcuvs==24.10.*,>=0.0.0a0
41-
- libraft-headers==24.10.*,>=0.0.0a0
42-
- librmm==24.10.*,>=0.0.0a0
40+
- libcuvs==24.10.*
41+
- libraft-headers==24.10.*
42+
- librmm==24.10.*
4343
- nbsphinx
4444
- ninja
4545
- nltk
@@ -48,19 +48,19 @@ dependencies:
4848
- numpydoc
4949
- packaging
5050
- pydata-sphinx-theme!=0.14.2
51-
- pylibraft==24.10.*,>=0.0.0a0
51+
- pylibraft==24.10.*
5252
- pynndescent
5353
- pytest-benchmark
5454
- pytest-cases
5555
- pytest-cov
5656
- pytest-xdist
5757
- pytest==7.*
5858
- python>=3.10,<3.13
59-
- raft-dask==24.10.*,>=0.0.0a0
59+
- raft-dask==24.10.*
6060
- rapids-build-backend>=0.3.0,<0.4.0.dev0
61-
- rapids-dask-dependency==24.10.*,>=0.0.0a0
61+
- rapids-dask-dependency==24.10.*
6262
- recommonmark
63-
- rmm==24.10.*,>=0.0.0a0
63+
- rmm==24.10.*
6464
- scikit-build-core>=0.10.0
6565
- scikit-learn==1.5
6666
- scipy>=1.8.0

conda/environments/clang_tidy_cuda-118_arch-x86_64.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ dependencies:
2020
- libcublas=11.11.3.6
2121
- libcufft-dev=10.9.0.58
2222
- libcufft=10.9.0.58
23-
- libcumlprims==24.10.*,>=0.0.0a0
23+
- libcumlprims==24.10.*
2424
- libcurand-dev=10.3.0.86
2525
- libcurand=10.3.0.86
2626
- libcusolver-dev=11.4.1.48
2727
- libcusolver=11.4.1.48
2828
- libcusparse-dev=11.7.5.86
2929
- libcusparse=11.7.5.86
30-
- libcuvs==24.10.*,>=0.0.0a0
31-
- libraft-headers==24.10.*,>=0.0.0a0
32-
- librmm==24.10.*,>=0.0.0a0
30+
- libcuvs==24.10.*
31+
- libraft-headers==24.10.*
32+
- librmm==24.10.*
3333
- ninja
3434
- nvcc_linux-64=11.8
3535
- spdlog>=1.14.1,<1.15

conda/environments/cpp_all_cuda-118_arch-x86_64.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ dependencies:
1818
- libcublas=11.11.3.6
1919
- libcufft-dev=10.9.0.58
2020
- libcufft=10.9.0.58
21-
- libcumlprims==24.10.*,>=0.0.0a0
21+
- libcumlprims==24.10.*
2222
- libcurand-dev=10.3.0.86
2323
- libcurand=10.3.0.86
2424
- libcusolver-dev=11.4.1.48
2525
- libcusolver=11.4.1.48
2626
- libcusparse-dev=11.7.5.86
2727
- libcusparse=11.7.5.86
28-
- libcuvs==24.10.*,>=0.0.0a0
29-
- libraft-headers==24.10.*,>=0.0.0a0
30-
- librmm==24.10.*,>=0.0.0a0
28+
- libcuvs==24.10.*
29+
- libraft-headers==24.10.*
30+
- librmm==24.10.*
3131
- ninja
3232
- nvcc_linux-64=11.8
3333
- spdlog>=1.14.1,<1.15

conda/environments/cpp_all_cuda-125_arch-x86_64.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ dependencies:
1818
- gcc_linux-64=11.*
1919
- libcublas-dev
2020
- libcufft-dev
21-
- libcumlprims==24.10.*,>=0.0.0a0
21+
- libcumlprims==24.10.*
2222
- libcurand-dev
2323
- libcusolver-dev
2424
- libcusparse-dev
25-
- libcuvs==24.10.*,>=0.0.0a0
26-
- libraft-headers==24.10.*,>=0.0.0a0
27-
- librmm==24.10.*,>=0.0.0a0
25+
- libcuvs==24.10.*
26+
- libraft-headers==24.10.*
27+
- librmm==24.10.*
2828
- ninja
2929
- spdlog>=1.14.1,<1.15
3030
- sysroot_linux-64==2.17

dependencies.yaml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ dependencies:
141141
- c-compiler
142142
- cxx-compiler
143143
- fmt>=11.0.2,<12
144-
- libcumlprims==24.10.*,>=0.0.0a0
145-
- libcuvs==24.10.*,>=0.0.0a0
146-
- libraft-headers==24.10.*,>=0.0.0a0
147-
- librmm==24.10.*,>=0.0.0a0
144+
- libcumlprims==24.10.*
145+
- libcuvs==24.10.*
146+
- libraft-headers==24.10.*
147+
- librmm==24.10.*
148148
- spdlog>=1.14.1,<1.15
149149
specific:
150150
- output_types: conda
@@ -183,9 +183,9 @@ dependencies:
183183
- &treelite treelite==4.3.0
184184
- output_types: conda
185185
packages:
186-
- &cuvs_unsuffixed cuvs==24.10.*,>=0.0.0a0
187-
- &pylibraft_unsuffixed pylibraft==24.10.*,>=0.0.0a0
188-
- &rmm_unsuffixed rmm==24.10.*,>=0.0.0a0
186+
- &cuvs_unsuffixed cuvs==24.10.*
187+
- &pylibraft_unsuffixed pylibraft==24.10.*
188+
- &rmm_unsuffixed rmm==24.10.*
189189
- output_types: requirements
190190
packages:
191191
# pip recognizes the index as a global option for the requirements.txt file
@@ -212,16 +212,16 @@ dependencies:
212212
cuda: "12.*"
213213
cuda_suffixed: "true"
214214
packages:
215-
- cuvs-cu12==24.10.*,>=0.0.0a0
216-
- pylibraft-cu12==24.10.*,>=0.0.0a0
217-
- rmm-cu12==24.10.*,>=0.0.0a0
215+
- cuvs-cu12==24.10.*
216+
- pylibraft-cu12==24.10.*
217+
- rmm-cu12==24.10.*
218218
- matrix:
219219
cuda: "11.*"
220220
cuda_suffixed: "true"
221221
packages:
222-
- cuvs-cu11==24.10.*,>=0.0.0a0
223-
- pylibraft-cu11==24.10.*,>=0.0.0a0
224-
- rmm-cu11==24.10.*,>=0.0.0a0
222+
- cuvs-cu11==24.10.*
223+
- pylibraft-cu11==24.10.*
224+
- rmm-cu11==24.10.*
225225
- matrix:
226226
packages:
227227
- *cuvs_unsuffixed
@@ -232,7 +232,7 @@ dependencies:
232232
common:
233233
- output_types: [conda, requirements, pyproject]
234234
packages:
235-
- dask-cuda==24.10.*,>=0.0.0a0
235+
- dask-cuda==24.10.*
236236
- joblib>=0.11
237237
- numba>=0.57
238238
- numpy>=1.23,<3.0a0
@@ -241,14 +241,14 @@ dependencies:
241241
# installation/run_constrained for conda)?
242242
- scipy>=1.8.0
243243
- packaging
244-
- rapids-dask-dependency==24.10.*,>=0.0.0a0
244+
- rapids-dask-dependency==24.10.*
245245
- *treelite
246246
- output_types: conda
247247
packages:
248-
- &cudf_unsuffixed cudf==24.10.*,>=0.0.0a0
248+
- &cudf_unsuffixed cudf==24.10.*
249249
- &cupy_unsuffixed cupy>=12.0.0
250-
- &dask_cudf_unsuffixed dask-cudf==24.10.*,>=0.0.0a0
251-
- &raft_dask_unsuffixed raft-dask==24.10.*,>=0.0.0a0
250+
- &dask_cudf_unsuffixed dask-cudf==24.10.*
251+
- &raft_dask_unsuffixed raft-dask==24.10.*
252252
- output_types: requirements
253253
packages:
254254
# pip recognizes the index as a global option for the requirements.txt file
@@ -262,13 +262,13 @@ dependencies:
262262
cuda: "12.*"
263263
cuda_suffixed: "true"
264264
packages:
265-
- cudf-cu12==24.10.*,>=0.0.0a0
265+
- cudf-cu12==24.10.*
266266
- &cupy_pyproject_cu12 cupy-cuda12x>=12.0.0
267-
- cuvs-cu12==24.10.*,>=0.0.0a0
268-
- dask-cudf-cu12==24.10.*,>=0.0.0a0
269-
- pylibraft-cu12==24.10.*,>=0.0.0a0
270-
- raft-dask-cu12==24.10.*,>=0.0.0a0
271-
- rmm-cu12==24.10.*,>=0.0.0a0
267+
- cuvs-cu12==24.10.*
268+
- dask-cudf-cu12==24.10.*
269+
- pylibraft-cu12==24.10.*
270+
- raft-dask-cu12==24.10.*
271+
- rmm-cu12==24.10.*
272272
- matrix:
273273
cuda: "12.*"
274274
cuda_suffixed: "false"
@@ -286,13 +286,13 @@ dependencies:
286286
cuda: "11.*"
287287
cuda_suffixed: "true"
288288
packages: &py_run_packages_cu11
289-
- cudf-cu11==24.10.*,>=0.0.0a0
289+
- cudf-cu11==24.10.*
290290
- &cupy_pyproject_cu11 cupy-cuda11x>=12.0.0
291-
- cuvs-cu11==24.10.*,>=0.0.0a0
292-
- dask-cudf-cu11==24.10.*,>=0.0.0a0
293-
- pylibraft-cu11==24.10.*,>=0.0.0a0
294-
- raft-dask-cu11==24.10.*,>=0.0.0a0
295-
- rmm-cu11==24.10.*,>=0.0.0a0
291+
- cuvs-cu11==24.10.*
292+
- dask-cudf-cu11==24.10.*
293+
- pylibraft-cu11==24.10.*
294+
- raft-dask-cu11==24.10.*
295+
- rmm-cu11==24.10.*
296296
- matrix:
297297
cuda: "11.*"
298298
cuda_suffixed: "false"
@@ -493,14 +493,14 @@ dependencies:
493493
common:
494494
- output_types: conda
495495
packages:
496-
- libcuml==24.10.*,>=0.0.0a0
497-
- libcuml-tests==24.10.*,>=0.0.0a0
496+
- libcuml==24.10.*
497+
- libcuml-tests==24.10.*
498498
test_cuml:
499499
common:
500500
- output_types: conda
501501
packages:
502-
- libcuml==24.10.*,>=0.0.0a0
503-
- cuml==24.10.*,>=0.0.0a0
502+
- libcuml==24.10.*
503+
- cuml==24.10.*
504504
test_cpp:
505505
common:
506506
- output_types: conda

python/cuml/pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ authors = [
8080
license = { text = "Apache 2.0" }
8181
requires-python = ">=3.10"
8282
dependencies = [
83-
"cudf==24.10.*,>=0.0.0a0",
83+
"cudf==24.10.*",
8484
"cupy-cuda11x>=12.0.0",
85-
"cuvs==24.10.*,>=0.0.0a0",
86-
"dask-cuda==24.10.*,>=0.0.0a0",
87-
"dask-cudf==24.10.*,>=0.0.0a0",
85+
"cuvs==24.10.*",
86+
"dask-cuda==24.10.*",
87+
"dask-cudf==24.10.*",
8888
"joblib>=0.11",
8989
"numba>=0.57",
9090
"numpy>=1.23,<3.0a0",
@@ -94,10 +94,10 @@ dependencies = [
9494
"nvidia-cusolver",
9595
"nvidia-cusparse",
9696
"packaging",
97-
"pylibraft==24.10.*,>=0.0.0a0",
98-
"raft-dask==24.10.*,>=0.0.0a0",
99-
"rapids-dask-dependency==24.10.*,>=0.0.0a0",
100-
"rmm==24.10.*,>=0.0.0a0",
97+
"pylibraft==24.10.*",
98+
"raft-dask==24.10.*",
99+
"rapids-dask-dependency==24.10.*",
100+
"rmm==24.10.*",
101101
"scipy>=1.8.0",
102102
"treelite==4.3.0",
103103
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
@@ -165,11 +165,11 @@ matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true"
165165
requires = [
166166
"cmake>=3.26.4,!=3.30.0",
167167
"cuda-python",
168-
"cuvs==24.10.*,>=0.0.0a0",
168+
"cuvs==24.10.*",
169169
"cython>=3.0.0",
170170
"ninja",
171-
"pylibraft==24.10.*,>=0.0.0a0",
172-
"rmm==24.10.*,>=0.0.0a0",
171+
"pylibraft==24.10.*",
172+
"rmm==24.10.*",
173173
"treelite==4.3.0",
174174
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
175175

0 commit comments

Comments
 (0)