Skip to content

Commit ff41ecf

Browse files
committed
REL v24.12.00 release
1 parent deb51df commit ff41ecf

File tree

11 files changed

+62
-62
lines changed

11 files changed

+62
-62
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- cupy>=12.0.0
2727
- cxx-compiler
2828
- cython>=3.0.3
29-
- dask-cuda==24.12.*,>=0.0.0a0
29+
- dask-cuda==24.12.*
3030
- dlpack>=0.8,<1.0
3131
- doxygen=1.9.1
3232
- fastavro>=0.22.9
@@ -42,9 +42,9 @@ dependencies:
4242
- libcufile=1.4.0.31
4343
- libcurand-dev=10.3.0.86
4444
- libcurand=10.3.0.86
45-
- libkvikio==24.12.*,>=0.0.0a0
45+
- libkvikio==24.12.*
4646
- librdkafka>=2.5.0,<2.6.0a0
47-
- librmm==24.12.*,>=0.0.0a0
47+
- librmm==24.12.*
4848
- make
4949
- mmh3
5050
- moto>=4.0.8
@@ -82,9 +82,9 @@ dependencies:
8282
- python>=3.10,<3.13
8383
- pytorch>=2.1.0
8484
- rapids-build-backend>=0.3.0,<0.4.0.dev0
85-
- rapids-dask-dependency==24.12.*,>=0.0.0a0
85+
- rapids-dask-dependency==24.12.*
8686
- rich
87-
- rmm==24.12.*,>=0.0.0a0
87+
- rmm==24.12.*
8888
- s3fs>=2022.3.0
8989
- scikit-build-core>=0.10.0
9090
- scipy

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- cupy>=12.0.0
2828
- cxx-compiler
2929
- cython>=3.0.3
30-
- dask-cuda==24.12.*,>=0.0.0a0
30+
- dask-cuda==24.12.*
3131
- dlpack>=0.8,<1.0
3232
- doxygen=1.9.1
3333
- fastavro>=0.22.9
@@ -41,9 +41,9 @@ dependencies:
4141
- jupyter_client
4242
- libcufile-dev
4343
- libcurand-dev
44-
- libkvikio==24.12.*,>=0.0.0a0
44+
- libkvikio==24.12.*
4545
- librdkafka>=2.5.0,<2.6.0a0
46-
- librmm==24.12.*,>=0.0.0a0
46+
- librmm==24.12.*
4747
- make
4848
- mmh3
4949
- moto>=4.0.8
@@ -68,7 +68,7 @@ dependencies:
6868
- pre-commit
6969
- pyarrow>=14.0.0,<19.0.0a0
7070
- pydata-sphinx-theme!=0.14.2
71-
- pynvjitlink>=0.0.0a0
71+
- pynvjitlink
7272
- pynvml>=11.4.1,<12.0.0a0
7373
- pytest-benchmark
7474
- pytest-cases>=3.8.2
@@ -80,9 +80,9 @@ dependencies:
8080
- python>=3.10,<3.13
8181
- pytorch>=2.1.0
8282
- rapids-build-backend>=0.3.0,<0.4.0.dev0
83-
- rapids-dask-dependency==24.12.*,>=0.0.0a0
83+
- rapids-dask-dependency==24.12.*
8484
- rich
85-
- rmm==24.12.*,>=0.0.0a0
85+
- rmm==24.12.*
8686
- s3fs>=2022.3.0
8787
- scikit-build-core>=0.10.0
8888
- scipy

dependencies.yaml

+25-25
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ dependencies:
612612
- output_types: [conda]
613613
packages:
614614
- breathe>=4.35.0
615-
- dask-cuda==24.12.*,>=0.0.0a0
615+
- dask-cuda==24.12.*
616616
- *doxygen
617617
- make
618618
- myst-nb
@@ -753,13 +753,13 @@ dependencies:
753753
common:
754754
- output_types: [conda, requirements, pyproject]
755755
packages:
756-
- rapids-dask-dependency==24.12.*,>=0.0.0a0
756+
- rapids-dask-dependency==24.12.*
757757
run_dask_cudf:
758758
common:
759759
- output_types: [conda, requirements, pyproject]
760760
packages:
761761
- pynvml>=11.4.1,<12.0.0a0
762-
- rapids-dask-dependency==24.12.*,>=0.0.0a0
762+
- rapids-dask-dependency==24.12.*
763763
run_custreamz:
764764
common:
765765
- output_types: conda
@@ -899,7 +899,7 @@ dependencies:
899899
common:
900900
- output_types: [conda, requirements, pyproject]
901901
packages:
902-
- dask-cuda==24.12.*,>=0.0.0a0
902+
- dask-cuda==24.12.*
903903
- *numba-cuda-dep
904904
specific:
905905
- output_types: [conda, requirements]
@@ -919,7 +919,7 @@ dependencies:
919919
common:
920920
- output_types: conda
921921
packages:
922-
- &libcudf_unsuffixed libcudf==24.12.*,>=0.0.0a0
922+
- &libcudf_unsuffixed libcudf==24.12.*
923923
- output_types: requirements
924924
packages:
925925
# pip recognizes the index as a global option for the requirements.txt file
@@ -933,18 +933,18 @@ dependencies:
933933
cuda: "12.*"
934934
cuda_suffixed: "true"
935935
packages:
936-
- libcudf-cu12==24.12.*,>=0.0.0a0
936+
- libcudf-cu12==24.12.*
937937
- matrix:
938938
cuda: "11.*"
939939
cuda_suffixed: "true"
940940
packages:
941-
- libcudf-cu11==24.12.*,>=0.0.0a0
941+
- libcudf-cu11==24.12.*
942942
- {matrix: null, packages: [*libcudf_unsuffixed]}
943943
depends_on_pylibcudf:
944944
common:
945945
- output_types: conda
946946
packages:
947-
- &pylibcudf_unsuffixed pylibcudf==24.12.*,>=0.0.0a0
947+
- &pylibcudf_unsuffixed pylibcudf==24.12.*
948948
- output_types: requirements
949949
packages:
950950
# pip recognizes the index as a global option for the requirements.txt file
@@ -958,18 +958,18 @@ dependencies:
958958
cuda: "12.*"
959959
cuda_suffixed: "true"
960960
packages:
961-
- pylibcudf-cu12==24.12.*,>=0.0.0a0
961+
- pylibcudf-cu12==24.12.*
962962
- matrix:
963963
cuda: "11.*"
964964
cuda_suffixed: "true"
965965
packages:
966-
- pylibcudf-cu11==24.12.*,>=0.0.0a0
966+
- pylibcudf-cu11==24.12.*
967967
- {matrix: null, packages: [*pylibcudf_unsuffixed]}
968968
depends_on_cudf:
969969
common:
970970
- output_types: conda
971971
packages:
972-
- &cudf_unsuffixed cudf==24.12.*,>=0.0.0a0
972+
- &cudf_unsuffixed cudf==24.12.*
973973
- output_types: requirements
974974
packages:
975975
# pip recognizes the index as a global option for the requirements.txt file
@@ -983,18 +983,18 @@ dependencies:
983983
cuda: "12.*"
984984
cuda_suffixed: "true"
985985
packages:
986-
- cudf-cu12==24.12.*,>=0.0.0a0
986+
- cudf-cu12==24.12.*
987987
- matrix:
988988
cuda: "11.*"
989989
cuda_suffixed: "true"
990990
packages:
991-
- cudf-cu11==24.12.*,>=0.0.0a0
991+
- cudf-cu11==24.12.*
992992
- {matrix: null, packages: [*cudf_unsuffixed]}
993993
depends_on_cudf_kafka:
994994
common:
995995
- output_types: conda
996996
packages:
997-
- &cudf_kafka_unsuffixed cudf_kafka==24.12.*,>=0.0.0a0
997+
- &cudf_kafka_unsuffixed cudf_kafka==24.12.*
998998
- output_types: requirements
999999
packages:
10001000
# pip recognizes the index as a global option for the requirements.txt file
@@ -1008,12 +1008,12 @@ dependencies:
10081008
cuda: "12.*"
10091009
cuda_suffixed: "true"
10101010
packages:
1011-
- cudf_kafka-cu12==24.12.*,>=0.0.0a0
1011+
- cudf_kafka-cu12==24.12.*
10121012
- matrix:
10131013
cuda: "11.*"
10141014
cuda_suffixed: "true"
10151015
packages:
1016-
- cudf_kafka-cu11==24.12.*,>=0.0.0a0
1016+
- cudf_kafka-cu11==24.12.*
10171017
- {matrix: null, packages: [*cudf_kafka_unsuffixed]}
10181018
depends_on_cupy:
10191019
common:
@@ -1034,7 +1034,7 @@ dependencies:
10341034
common:
10351035
- output_types: conda
10361036
packages:
1037-
- &libkvikio_unsuffixed libkvikio==24.12.*,>=0.0.0a0
1037+
- &libkvikio_unsuffixed libkvikio==24.12.*
10381038
- output_types: requirements
10391039
packages:
10401040
- --extra-index-url=https://pypi.nvidia.com
@@ -1046,20 +1046,20 @@ dependencies:
10461046
cuda: "12.*"
10471047
cuda_suffixed: "true"
10481048
packages:
1049-
- libkvikio-cu12==24.12.*,>=0.0.0a0
1049+
- libkvikio-cu12==24.12.*
10501050
- matrix:
10511051
cuda: "11.*"
10521052
cuda_suffixed: "true"
10531053
packages:
1054-
- libkvikio-cu11==24.12.*,>=0.0.0a0
1054+
- libkvikio-cu11==24.12.*
10551055
- matrix:
10561056
packages:
10571057
- *libkvikio_unsuffixed
10581058
depends_on_librmm:
10591059
common:
10601060
- output_types: conda
10611061
packages:
1062-
- &librmm_unsuffixed librmm==24.12.*,>=0.0.0a0
1062+
- &librmm_unsuffixed librmm==24.12.*
10631063
- output_types: requirements
10641064
packages:
10651065
# pip recognizes the index as a global option for the requirements.txt file
@@ -1073,20 +1073,20 @@ dependencies:
10731073
cuda: "12.*"
10741074
cuda_suffixed: "true"
10751075
packages:
1076-
- librmm-cu12==24.12.*,>=0.0.0a0
1076+
- librmm-cu12==24.12.*
10771077
- matrix:
10781078
cuda: "11.*"
10791079
cuda_suffixed: "true"
10801080
packages:
1081-
- librmm-cu11==24.12.*,>=0.0.0a0
1081+
- librmm-cu11==24.12.*
10821082
- matrix:
10831083
packages:
10841084
- *librmm_unsuffixed
10851085
depends_on_rmm:
10861086
common:
10871087
- output_types: conda
10881088
packages:
1089-
- &rmm_unsuffixed rmm==24.12.*,>=0.0.0a0
1089+
- &rmm_unsuffixed rmm==24.12.*
10901090
- output_types: requirements
10911091
packages:
10921092
# pip recognizes the index as a global option for the requirements.txt file
@@ -1100,12 +1100,12 @@ dependencies:
11001100
cuda: "12.*"
11011101
cuda_suffixed: "true"
11021102
packages:
1103-
- rmm-cu12==24.12.*,>=0.0.0a0
1103+
- rmm-cu12==24.12.*
11041104
- matrix:
11051105
cuda: "11.*"
11061106
cuda_suffixed: "true"
11071107
packages:
1108-
- rmm-cu11==24.12.*,>=0.0.0a0
1108+
- rmm-cu11==24.12.*
11091109
- matrix:
11101110
packages:
11111111
- *rmm_unsuffixed

python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ dependencies:
189189
common:
190190
- output_types: conda
191191
packages:
192-
- cudf==24.12.*,>=0.0.0a0
192+
- cudf==24.12.*
193193
- pandas
194194
- pytest
195195
- pytest-xdist
@@ -263,13 +263,13 @@ dependencies:
263263
common:
264264
- output_types: conda
265265
packages:
266-
- cuml==24.12.*,>=0.0.0a0
266+
- cuml==24.12.*
267267
- scikit-learn
268268
test_cugraph:
269269
common:
270270
- output_types: conda
271271
packages:
272-
- cugraph==24.12.*,>=0.0.0a0
272+
- cugraph==24.12.*
273273
- networkx
274274
test_ibis:
275275
common:

python/cudf/pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"cuda-python>=11.7.1,<12.0a0,<=11.8.3",
2424
"cupy-cuda11x>=12.0.0",
2525
"fsspec>=0.6.0",
26-
"libcudf==24.12.*,>=0.0.0a0",
26+
"libcudf==24.12.*",
2727
"numba-cuda>=0.0.13,<0.0.18",
2828
"numpy>=1.23,<3.0a0",
2929
"nvtx>=0.2.1",
@@ -32,9 +32,9 @@ dependencies = [
3232
"ptxcompiler",
3333
"pyarrow>=14.0.0,<19.0.0a0,!=17.0.0; platform_machine=='aarch64'",
3434
"pyarrow>=14.0.0,<19.0.0a0; platform_machine=='x86_64'",
35-
"pylibcudf==24.12.*,>=0.0.0a0",
35+
"pylibcudf==24.12.*",
3636
"rich",
37-
"rmm==24.12.*,>=0.0.0a0",
37+
"rmm==24.12.*",
3838
"typing_extensions>=4.0.0",
3939
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
4040
classifiers = [
@@ -121,11 +121,11 @@ matrix-entry = "cuda_suffixed=true"
121121
requires = [
122122
"cmake>=3.26.4,!=3.30.0",
123123
"cython>=3.0.3",
124-
"libcudf==24.12.*,>=0.0.0a0",
125-
"librmm==24.12.*,>=0.0.0a0",
124+
"libcudf==24.12.*",
125+
"librmm==24.12.*",
126126
"ninja",
127-
"pylibcudf==24.12.*,>=0.0.0a0",
128-
"rmm==24.12.*,>=0.0.0a0",
127+
"pylibcudf==24.12.*",
128+
"rmm==24.12.*",
129129
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
130130

131131
[tool.scikit-build]

python/cudf_kafka/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors = [
1818
license = { text = "Apache 2.0" }
1919
requires-python = ">=3.10"
2020
dependencies = [
21-
"cudf==24.12.*,>=0.0.0a0",
21+
"cudf==24.12.*",
2222
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
2323

2424
[project.optional-dependencies]

python/cudf_polars/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = { text = "Apache 2.0" }
2020
requires-python = ">=3.10"
2121
dependencies = [
2222
"polars>=1.11,<1.15",
23-
"pylibcudf==24.12.*,>=0.0.0a0",
23+
"pylibcudf==24.12.*",
2424
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
2525
classifiers = [
2626
"Intended Audience :: Developers",
@@ -41,7 +41,7 @@ test = [
4141
"pytest<8",
4242
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
4343
experimental = [
44-
"rapids-dask-dependency==24.12.*,>=0.0.0a0",
44+
"rapids-dask-dependency==24.12.*",
4545
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
4646

4747
[project.urls]

python/custreamz/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ license = { text = "Apache 2.0" }
2020
requires-python = ">=3.10"
2121
dependencies = [
2222
"confluent-kafka>=2.5.0,<2.6.0a0",
23-
"cudf==24.12.*,>=0.0.0a0",
24-
"cudf_kafka==24.12.*,>=0.0.0a0",
23+
"cudf==24.12.*",
24+
"cudf_kafka==24.12.*",
2525
"streamz",
2626
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
2727
classifiers = [

python/dask_cudf/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ authors = [
1919
license = { text = "Apache 2.0" }
2020
requires-python = ">=3.10"
2121
dependencies = [
22-
"cudf==24.12.*,>=0.0.0a0",
22+
"cudf==24.12.*",
2323
"cupy-cuda11x>=12.0.0",
2424
"fsspec>=0.6.0",
2525
"numpy>=1.23,<3.0a0",
2626
"pandas>=2.0,<2.2.4dev0",
2727
"pynvml>=11.4.1,<12.0.0a0",
28-
"rapids-dask-dependency==24.12.*,>=0.0.0a0",
28+
"rapids-dask-dependency==24.12.*",
2929
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
3030
classifiers = [
3131
"Intended Audience :: Developers",
@@ -46,7 +46,7 @@ cudf = "dask_cudf.backends:CudfDXBackendEntrypoint"
4646

4747
[project.optional-dependencies]
4848
test = [
49-
"dask-cuda==24.12.*,>=0.0.0a0",
49+
"dask-cuda==24.12.*",
5050
"numba-cuda>=0.0.13,<0.0.18",
5151
"pytest-cov",
5252
"pytest-xdist",

0 commit comments

Comments
 (0)