Skip to content

Commit

Permalink
REL v24.12.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Dec 11, 2024
1 parent deb51df commit ff41ecf
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 62 deletions.
10 changes: 5 additions & 5 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.3
- dask-cuda==24.12.*,>=0.0.0a0
- dask-cuda==24.12.*
- dlpack>=0.8,<1.0
- doxygen=1.9.1
- fastavro>=0.22.9
Expand All @@ -42,9 +42,9 @@ dependencies:
- libcufile=1.4.0.31
- libcurand-dev=10.3.0.86
- libcurand=10.3.0.86
- libkvikio==24.12.*,>=0.0.0a0
- libkvikio==24.12.*
- librdkafka>=2.5.0,<2.6.0a0
- librmm==24.12.*,>=0.0.0a0
- librmm==24.12.*
- make
- mmh3
- moto>=4.0.8
Expand Down Expand Up @@ -82,9 +82,9 @@ dependencies:
- python>=3.10,<3.13
- pytorch>=2.1.0
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-dask-dependency==24.12.*,>=0.0.0a0
- rapids-dask-dependency==24.12.*
- rich
- rmm==24.12.*,>=0.0.0a0
- rmm==24.12.*
- s3fs>=2022.3.0
- scikit-build-core>=0.10.0
- scipy
Expand Down
12 changes: 6 additions & 6 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.3
- dask-cuda==24.12.*,>=0.0.0a0
- dask-cuda==24.12.*
- dlpack>=0.8,<1.0
- doxygen=1.9.1
- fastavro>=0.22.9
Expand All @@ -41,9 +41,9 @@ dependencies:
- jupyter_client
- libcufile-dev
- libcurand-dev
- libkvikio==24.12.*,>=0.0.0a0
- libkvikio==24.12.*
- librdkafka>=2.5.0,<2.6.0a0
- librmm==24.12.*,>=0.0.0a0
- librmm==24.12.*
- make
- mmh3
- moto>=4.0.8
Expand All @@ -68,7 +68,7 @@ dependencies:
- pre-commit
- pyarrow>=14.0.0,<19.0.0a0
- pydata-sphinx-theme!=0.14.2
- pynvjitlink>=0.0.0a0
- pynvjitlink
- pynvml>=11.4.1,<12.0.0a0
- pytest-benchmark
- pytest-cases>=3.8.2
Expand All @@ -80,9 +80,9 @@ dependencies:
- python>=3.10,<3.13
- pytorch>=2.1.0
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-dask-dependency==24.12.*,>=0.0.0a0
- rapids-dask-dependency==24.12.*
- rich
- rmm==24.12.*,>=0.0.0a0
- rmm==24.12.*
- s3fs>=2022.3.0
- scikit-build-core>=0.10.0
- scipy
Expand Down
50 changes: 25 additions & 25 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ dependencies:
- output_types: [conda]
packages:
- breathe>=4.35.0
- dask-cuda==24.12.*,>=0.0.0a0
- dask-cuda==24.12.*
- *doxygen
- make
- myst-nb
Expand Down Expand Up @@ -753,13 +753,13 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- rapids-dask-dependency==24.12.*,>=0.0.0a0
- rapids-dask-dependency==24.12.*
run_dask_cudf:
common:
- output_types: [conda, requirements, pyproject]
packages:
- pynvml>=11.4.1,<12.0.0a0
- rapids-dask-dependency==24.12.*,>=0.0.0a0
- rapids-dask-dependency==24.12.*
run_custreamz:
common:
- output_types: conda
Expand Down Expand Up @@ -899,7 +899,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- dask-cuda==24.12.*,>=0.0.0a0
- dask-cuda==24.12.*
- *numba-cuda-dep
specific:
- output_types: [conda, requirements]
Expand All @@ -919,7 +919,7 @@ dependencies:
common:
- output_types: conda
packages:
- &libcudf_unsuffixed libcudf==24.12.*,>=0.0.0a0
- &libcudf_unsuffixed libcudf==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -933,18 +933,18 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- libcudf-cu12==24.12.*,>=0.0.0a0
- libcudf-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libcudf-cu11==24.12.*,>=0.0.0a0
- libcudf-cu11==24.12.*
- {matrix: null, packages: [*libcudf_unsuffixed]}
depends_on_pylibcudf:
common:
- output_types: conda
packages:
- &pylibcudf_unsuffixed pylibcudf==24.12.*,>=0.0.0a0
- &pylibcudf_unsuffixed pylibcudf==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -958,18 +958,18 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- pylibcudf-cu12==24.12.*,>=0.0.0a0
- pylibcudf-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- pylibcudf-cu11==24.12.*,>=0.0.0a0
- pylibcudf-cu11==24.12.*
- {matrix: null, packages: [*pylibcudf_unsuffixed]}
depends_on_cudf:
common:
- output_types: conda
packages:
- &cudf_unsuffixed cudf==24.12.*,>=0.0.0a0
- &cudf_unsuffixed cudf==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -983,18 +983,18 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cudf-cu12==24.12.*,>=0.0.0a0
- cudf-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf-cu11==24.12.*,>=0.0.0a0
- cudf-cu11==24.12.*
- {matrix: null, packages: [*cudf_unsuffixed]}
depends_on_cudf_kafka:
common:
- output_types: conda
packages:
- &cudf_kafka_unsuffixed cudf_kafka==24.12.*,>=0.0.0a0
- &cudf_kafka_unsuffixed cudf_kafka==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -1008,12 +1008,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cudf_kafka-cu12==24.12.*,>=0.0.0a0
- cudf_kafka-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf_kafka-cu11==24.12.*,>=0.0.0a0
- cudf_kafka-cu11==24.12.*
- {matrix: null, packages: [*cudf_kafka_unsuffixed]}
depends_on_cupy:
common:
Expand All @@ -1034,7 +1034,7 @@ dependencies:
common:
- output_types: conda
packages:
- &libkvikio_unsuffixed libkvikio==24.12.*,>=0.0.0a0
- &libkvikio_unsuffixed libkvikio==24.12.*
- output_types: requirements
packages:
- --extra-index-url=https://pypi.nvidia.com
Expand All @@ -1046,20 +1046,20 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu12==24.12.*,>=0.0.0a0
- libkvikio-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu11==24.12.*,>=0.0.0a0
- libkvikio-cu11==24.12.*
- matrix:
packages:
- *libkvikio_unsuffixed
depends_on_librmm:
common:
- output_types: conda
packages:
- &librmm_unsuffixed librmm==24.12.*,>=0.0.0a0
- &librmm_unsuffixed librmm==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -1073,20 +1073,20 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- librmm-cu12==24.12.*,>=0.0.0a0
- librmm-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- librmm-cu11==24.12.*,>=0.0.0a0
- librmm-cu11==24.12.*
- matrix:
packages:
- *librmm_unsuffixed
depends_on_rmm:
common:
- output_types: conda
packages:
- &rmm_unsuffixed rmm==24.12.*,>=0.0.0a0
- &rmm_unsuffixed rmm==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -1100,12 +1100,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- rmm-cu12==24.12.*,>=0.0.0a0
- rmm-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- rmm-cu11==24.12.*,>=0.0.0a0
- rmm-cu11==24.12.*
- matrix:
packages:
- *rmm_unsuffixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ dependencies:
common:
- output_types: conda
packages:
- cudf==24.12.*,>=0.0.0a0
- cudf==24.12.*
- pandas
- pytest
- pytest-xdist
Expand Down Expand Up @@ -263,13 +263,13 @@ dependencies:
common:
- output_types: conda
packages:
- cuml==24.12.*,>=0.0.0a0
- cuml==24.12.*
- scikit-learn
test_cugraph:
common:
- output_types: conda
packages:
- cugraph==24.12.*,>=0.0.0a0
- cugraph==24.12.*
- networkx
test_ibis:
common:
Expand Down
14 changes: 7 additions & 7 deletions python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"cuda-python>=11.7.1,<12.0a0,<=11.8.3",
"cupy-cuda11x>=12.0.0",
"fsspec>=0.6.0",
"libcudf==24.12.*,>=0.0.0a0",
"libcudf==24.12.*",
"numba-cuda>=0.0.13,<0.0.18",
"numpy>=1.23,<3.0a0",
"nvtx>=0.2.1",
Expand All @@ -32,9 +32,9 @@ dependencies = [
"ptxcompiler",
"pyarrow>=14.0.0,<19.0.0a0,!=17.0.0; platform_machine=='aarch64'",
"pyarrow>=14.0.0,<19.0.0a0; platform_machine=='x86_64'",
"pylibcudf==24.12.*,>=0.0.0a0",
"pylibcudf==24.12.*",
"rich",
"rmm==24.12.*,>=0.0.0a0",
"rmm==24.12.*",
"typing_extensions>=4.0.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
Expand Down Expand Up @@ -121,11 +121,11 @@ matrix-entry = "cuda_suffixed=true"
requires = [
"cmake>=3.26.4,!=3.30.0",
"cython>=3.0.3",
"libcudf==24.12.*,>=0.0.0a0",
"librmm==24.12.*,>=0.0.0a0",
"libcudf==24.12.*",
"librmm==24.12.*",
"ninja",
"pylibcudf==24.12.*,>=0.0.0a0",
"rmm==24.12.*,>=0.0.0a0",
"pylibcudf==24.12.*",
"rmm==24.12.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[tool.scikit-build]
Expand Down
2 changes: 1 addition & 1 deletion python/cudf_kafka/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors = [
license = { text = "Apache 2.0" }
requires-python = ">=3.10"
dependencies = [
"cudf==24.12.*,>=0.0.0a0",
"cudf==24.12.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.optional-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions python/cudf_polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = { text = "Apache 2.0" }
requires-python = ">=3.10"
dependencies = [
"polars>=1.11,<1.15",
"pylibcudf==24.12.*,>=0.0.0a0",
"pylibcudf==24.12.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand All @@ -41,7 +41,7 @@ test = [
"pytest<8",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
experimental = [
"rapids-dask-dependency==24.12.*,>=0.0.0a0",
"rapids-dask-dependency==24.12.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions python/custreamz/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ license = { text = "Apache 2.0" }
requires-python = ">=3.10"
dependencies = [
"confluent-kafka>=2.5.0,<2.6.0a0",
"cudf==24.12.*,>=0.0.0a0",
"cudf_kafka==24.12.*,>=0.0.0a0",
"cudf==24.12.*",
"cudf_kafka==24.12.*",
"streamz",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
Expand Down
6 changes: 3 additions & 3 deletions python/dask_cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ authors = [
license = { text = "Apache 2.0" }
requires-python = ">=3.10"
dependencies = [
"cudf==24.12.*,>=0.0.0a0",
"cudf==24.12.*",
"cupy-cuda11x>=12.0.0",
"fsspec>=0.6.0",
"numpy>=1.23,<3.0a0",
"pandas>=2.0,<2.2.4dev0",
"pynvml>=11.4.1,<12.0.0a0",
"rapids-dask-dependency==24.12.*,>=0.0.0a0",
"rapids-dask-dependency==24.12.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand All @@ -46,7 +46,7 @@ cudf = "dask_cudf.backends:CudfDXBackendEntrypoint"

[project.optional-dependencies]
test = [
"dask-cuda==24.12.*,>=0.0.0a0",
"dask-cuda==24.12.*",
"numba-cuda>=0.0.13,<0.0.18",
"pytest-cov",
"pytest-xdist",
Expand Down
Loading

0 comments on commit ff41ecf

Please sign in to comment.