From ff41ecf473b7e7be01885c66cd90571ccc48e41d Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Wed, 11 Dec 2024 14:10:59 -0500 Subject: [PATCH] REL v24.12.00 release --- .../all_cuda-118_arch-x86_64.yaml | 10 ++-- .../all_cuda-125_arch-x86_64.yaml | 12 ++--- dependencies.yaml | 50 +++++++++---------- .../dependencies.yaml | 6 +-- python/cudf/pyproject.toml | 14 +++--- python/cudf_kafka/pyproject.toml | 2 +- python/cudf_polars/pyproject.toml | 4 +- python/custreamz/pyproject.toml | 4 +- python/dask_cudf/pyproject.toml | 6 +-- python/libcudf/pyproject.toml | 6 +-- python/pylibcudf/pyproject.toml | 10 ++-- 11 files changed, 62 insertions(+), 62 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 1ec002d3ec6..0e4070a6996 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -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 @@ -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 @@ -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 diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index b6d1cf75721..dccca4fd5e0 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/dependencies.yaml b/dependencies.yaml index f903e052486..0206838534a 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -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 @@ -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 @@ -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] @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: @@ -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 @@ -1046,12 +1046,12 @@ 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 @@ -1059,7 +1059,7 @@ dependencies: 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 @@ -1073,12 +1073,12 @@ 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 @@ -1086,7 +1086,7 @@ dependencies: 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 @@ -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 diff --git a/python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml b/python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml index 2c7330d5ee6..0adff275669 100644 --- a/python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml +++ b/python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml @@ -189,7 +189,7 @@ dependencies: common: - output_types: conda packages: - - cudf==24.12.*,>=0.0.0a0 + - cudf==24.12.* - pandas - pytest - pytest-xdist @@ -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: diff --git a/python/cudf/pyproject.toml b/python/cudf/pyproject.toml index 280dd52bb22..59fafe218dc 100644 --- a/python/cudf/pyproject.toml +++ b/python/cudf/pyproject.toml @@ -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", @@ -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 = [ @@ -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] diff --git a/python/cudf_kafka/pyproject.toml b/python/cudf_kafka/pyproject.toml index b2ea3f06e48..2c6baf8eff1 100644 --- a/python/cudf_kafka/pyproject.toml +++ b/python/cudf_kafka/pyproject.toml @@ -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] diff --git a/python/cudf_polars/pyproject.toml b/python/cudf_polars/pyproject.toml index 1ce4d7b6867..ca9395dd7b6 100644 --- a/python/cudf_polars/pyproject.toml +++ b/python/cudf_polars/pyproject.toml @@ -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", @@ -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] diff --git a/python/custreamz/pyproject.toml b/python/custreamz/pyproject.toml index dd67a019c77..2ca16860df8 100644 --- a/python/custreamz/pyproject.toml +++ b/python/custreamz/pyproject.toml @@ -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 = [ diff --git a/python/dask_cudf/pyproject.toml b/python/dask_cudf/pyproject.toml index 5dac70cc295..9b3b909cdc6 100644 --- a/python/dask_cudf/pyproject.toml +++ b/python/dask_cudf/pyproject.toml @@ -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", @@ -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", diff --git a/python/libcudf/pyproject.toml b/python/libcudf/pyproject.toml index 8c650eb2144..12456d21b25 100644 --- a/python/libcudf/pyproject.toml +++ b/python/libcudf/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ "Environment :: GPU :: NVIDIA CUDA", ] dependencies = [ - "libkvikio==24.12.*,>=0.0.0a0", + "libkvikio==24.12.*", "nvidia-nvcomp==4.1.0.6", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. @@ -78,7 +78,7 @@ dependencies-file = "../../dependencies.yaml" matrix-entry = "cuda_suffixed=true" requires = [ "cmake>=3.26.4,!=3.30.0", - "libkvikio==24.12.*,>=0.0.0a0", - "librmm==24.12.*,>=0.0.0a0", + "libkvikio==24.12.*", + "librmm==24.12.*", "ninja", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. diff --git a/python/pylibcudf/pyproject.toml b/python/pylibcudf/pyproject.toml index e83db47830c..e6cba1458fe 100644 --- a/python/pylibcudf/pyproject.toml +++ b/python/pylibcudf/pyproject.toml @@ -19,12 +19,12 @@ license = { text = "Apache 2.0" } requires-python = ">=3.10" dependencies = [ "cuda-python>=11.7.1,<12.0a0,<=11.8.3", - "libcudf==24.12.*,>=0.0.0a0", + "libcudf==24.12.*", "nvtx>=0.2.1", "packaging", "pyarrow>=14.0.0,<19.0.0a0,!=17.0.0; platform_machine=='aarch64'", "pyarrow>=14.0.0,<19.0.0a0; platform_machine=='x86_64'", - "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 = [ @@ -113,10 +113,10 @@ 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", - "rmm==24.12.*,>=0.0.0a0", + "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]