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 eb38833 commit 312aa4d
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 54 deletions.
12 changes: 6 additions & 6 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
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 @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
56 changes: 28 additions & 28 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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]}
4 changes: 2 additions & 2 deletions python/cuproj/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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`.
Expand Down
18 changes: 9 additions & 9 deletions python/cuspatial/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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`.

Expand Down
6 changes: 3 additions & 3 deletions python/libcuspatial/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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`.
Expand Down

0 comments on commit 312aa4d

Please sign in to comment.