From 312aa4d6d35d9922ba36857cf28b7f9fa9dca8e4 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Wed, 11 Dec 2024 15:21:47 -0500 Subject: [PATCH] REL v24.12.00 release --- .../all_cuda-118_arch-x86_64.yaml | 12 ++-- .../all_cuda-125_arch-x86_64.yaml | 12 ++-- dependencies.yaml | 56 +++++++++---------- python/cuproj/pyproject.toml | 4 +- python/cuspatial/pyproject.toml | 18 +++--- python/libcuspatial/pyproject.toml | 6 +- 6 files changed, 54 insertions(+), 54 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 145b51737..9efb0bcb2 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -11,8 +11,8 @@ dependencies: - cmake>=3.26.4,!=3.30.0 - cuda-version=11.8 - cudatoolkit -- cudf==24.12.*,>=0.0.0a0 -- cuml==24.12.*,>=0.0.0a0 +- cudf==24.12.* +- cuml==24.12.* - cupy>=12.0.0 - curl - cxx-compiler @@ -22,8 +22,8 @@ dependencies: - geopandas>=1.0.0 - ipython - ipywidgets -- libcudf==24.12.*,>=0.0.0a0 -- librmm==24.12.*,>=0.0.0a0 +- libcudf==24.12.* +- librmm==24.12.* - myst-parser - nbsphinx - ninja @@ -36,13 +36,13 @@ dependencies: - proj - pydata-sphinx-theme!=0.14.2 - pydeck -- pylibcudf==24.12.*,>=0.0.0a0 +- pylibcudf==24.12.* - pytest - pytest-cov - pytest-xdist - python>=3.10,<3.13 - rapids-build-backend>=0.3.0,<0.4.0.dev0 -- rmm==24.12.*,>=0.0.0a0 +- rmm==24.12.* - scikit-build-core>=0.10.0 - scikit-image - shapely diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index 006ac6a3e..731563766 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -14,8 +14,8 @@ dependencies: - cuda-nvcc - cuda-nvrtc-dev - cuda-version=12.5 -- cudf==24.12.*,>=0.0.0a0 -- cuml==24.12.*,>=0.0.0a0 +- cudf==24.12.* +- cuml==24.12.* - cupy>=12.0.0 - curl - cxx-compiler @@ -25,8 +25,8 @@ dependencies: - geopandas>=1.0.0 - ipython - ipywidgets -- libcudf==24.12.*,>=0.0.0a0 -- librmm==24.12.*,>=0.0.0a0 +- libcudf==24.12.* +- librmm==24.12.* - myst-parser - nbsphinx - ninja @@ -38,13 +38,13 @@ dependencies: - proj - pydata-sphinx-theme!=0.14.2 - pydeck -- pylibcudf==24.12.*,>=0.0.0a0 +- pylibcudf==24.12.* - pytest - pytest-cov - pytest-xdist - python>=3.10,<3.13 - rapids-build-backend>=0.3.0,<0.4.0.dev0 -- rmm==24.12.*,>=0.0.0a0 +- rmm==24.12.* - scikit-build-core>=0.10.0 - scikit-image - shapely diff --git a/dependencies.yaml b/dependencies.yaml index cd3605a7e..c5a31f6b0 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -425,7 +425,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 @@ -438,20 +438,20 @@ 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: null, packages: [*rmm_unsuffixed]} depends_on_cudf: common: - output_types: conda packages: - - &cudf_unsuffixed cudf==24.12.*,>=0.0.0a0 - - &pylibcudf_unsuffixed pylibcudf==24.12.*,>=0.0.0a0 + - &cudf_unsuffixed cudf==24.12.* + - &pylibcudf_unsuffixed pylibcudf==24.12.* - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -464,21 +464,21 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - cudf-cu12==24.12.*,>=0.0.0a0 - - pylibcudf-cu12==24.12.*,>=0.0.0a0 + - cudf-cu12==24.12.* + - pylibcudf-cu12==24.12.* - matrix: cuda: "11.*" cuda_suffixed: "true" packages: - - cudf-cu11==24.12.*,>=0.0.0a0 - - pylibcudf-cu11==24.12.*,>=0.0.0a0 + - cudf-cu11==24.12.* + - pylibcudf-cu11==24.12.* - {matrix: null, packages: [*cudf_unsuffixed]} depends_on_libcudf: 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 @@ -491,19 +491,19 @@ 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_cuml: common: - output_types: conda packages: - - &cuml_unsuffixed cuml==24.12.*,>=0.0.0a0 + - &cuml_unsuffixed cuml==24.12.* - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -516,19 +516,19 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - cuml-cu12==24.12.*,>=0.0.0a0 + - cuml-cu12==24.12.* - matrix: cuda: "11.*" cuda_suffixed: "true" packages: - - cuml-cu11==24.12.*,>=0.0.0a0 + - cuml-cu11==24.12.* - {matrix: null, packages: [*cuml_unsuffixed]} depends_on_cuspatial: common: - output_types: conda packages: - - &cuspatial_unsuffixed cuspatial==24.12.*,>=0.0.0a0 + - &cuspatial_unsuffixed cuspatial==24.12.* - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -541,19 +541,19 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - cuspatial-cu12==24.12.*,>=0.0.0a0 + - cuspatial-cu12==24.12.* - matrix: cuda: "11.*" cuda_suffixed: "true" packages: - - cuspatial-cu11==24.12.*,>=0.0.0a0 + - cuspatial-cu11==24.12.* - {matrix: null, packages: [*cuspatial_unsuffixed]} depends_on_cuproj: common: - output_types: conda packages: - - &cuproj_unsuffixed cuproj==24.12.*,>=0.0.0a0 + - &cuproj_unsuffixed cuproj==24.12.* - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -566,12 +566,12 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - cuproj-cu12==24.12.*,>=0.0.0a0 + - cuproj-cu12==24.12.* - matrix: cuda: "11.*" cuda_suffixed: "true" packages: - - cuproj-cu11==24.12.*,>=0.0.0a0 + - cuproj-cu11==24.12.* - {matrix: null, packages: [*cuproj_unsuffixed]} depends_on_cupy: @@ -595,12 +595,12 @@ dependencies: common: - output_types: conda packages: - - libcuspatial-tests==24.12.*,>=0.0.0a0 + - libcuspatial-tests==24.12.* depends_on_libcuspatial: common: - output_types: conda packages: - - &libcuspatial_unsuffixed libcuspatial==24.12.*,>=0.0.0a0 + - &libcuspatial_unsuffixed libcuspatial==24.12.* - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -613,19 +613,19 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - libcuspatial-cu12==24.12.*,>=0.0.0a0 + - libcuspatial-cu12==24.12.* - matrix: cuda: "11.*" cuda_suffixed: "true" packages: - - libcuspatial-cu11==24.12.*,>=0.0.0a0 + - libcuspatial-cu11==24.12.* - {matrix: null, packages: [*libcuspatial_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 @@ -638,10 +638,10 @@ 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: null, packages: [*librmm_unsuffixed]} diff --git a/python/cuproj/pyproject.toml b/python/cuproj/pyproject.toml index c8049eadb..d8ce3fe69 100644 --- a/python/cuproj/pyproject.toml +++ b/python/cuproj/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ [project.optional-dependencies] test = [ - "cuspatial==24.12.*,>=0.0.0a0", + "cuspatial==24.12.*", "geopandas>=1.0.0", "numpy>=1.23,<3.0a0", "pyproj>=3.6.0,<3.7a0", @@ -122,7 +122,7 @@ matrix-entry = "cuda_suffixed=true" requires = [ "cmake>=3.26.4,!=3.30.0", "cython>=3.0.0", - "librmm==24.12.*,>=0.0.0a0", + "librmm==24.12.*", "ninja", "wheel", ] # 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/cuspatial/pyproject.toml b/python/cuspatial/pyproject.toml index 662648337..1a508032b 100644 --- a/python/cuspatial/pyproject.toml +++ b/python/cuspatial/pyproject.toml @@ -30,12 +30,12 @@ authors = [ license = { text = "Apache 2.0" } requires-python = ">=3.10" dependencies = [ - "cudf==24.12.*,>=0.0.0a0", + "cudf==24.12.*", "geopandas>=1.0.0", - "libcudf==24.12.*,>=0.0.0a0", - "libcuspatial==24.12.*,>=0.0.0a0", + "libcudf==24.12.*", + "libcuspatial==24.12.*", "numpy>=1.23,<3.0a0", - "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`. classifiers = [ "Intended Audience :: Developers", @@ -136,13 +136,13 @@ dependencies-file = "../../dependencies.yaml" matrix-entry = "cuda_suffixed=true" requires = [ "cmake>=3.26.4,!=3.30.0", - "cudf==24.12.*,>=0.0.0a0", + "cudf==24.12.*", "cython>=3.0.0", - "libcudf==24.12.*,>=0.0.0a0", - "libcuspatial==24.12.*,>=0.0.0a0", - "librmm==24.12.*,>=0.0.0a0", + "libcudf==24.12.*", + "libcuspatial==24.12.*", + "librmm==24.12.*", "ninja", - "rmm==24.12.*,>=0.0.0a0", + "rmm==24.12.*", "wheel", ] # 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/libcuspatial/pyproject.toml b/python/libcuspatial/pyproject.toml index 725d2d882..fccf16216 100644 --- a/python/libcuspatial/pyproject.toml +++ b/python/libcuspatial/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "libcudf==24.12.*,>=0.0.0a0", + "libcudf==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] @@ -70,8 +70,8 @@ dependencies-file = "../../dependencies.yaml" matrix-entry = "cuda_suffixed=true" requires = [ "cmake>=3.26.4,!=3.30.0", - "libcudf==24.12.*,>=0.0.0a0", - "librmm==24.12.*,>=0.0.0a0", + "libcudf==24.12.*", + "librmm==24.12.*", "ninja", "wheel", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.