Skip to content

Commit

Permalink
REL v25.02.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Feb 13, 2025
1 parent aee16ed commit 6d10013
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 @@ -12,8 +12,8 @@ dependencies:
- cuda-python>=11.8.5,<12.0a0
- cuda-version=11.8
- cudatoolkit
- cudf==25.2.*,>=0.0.0a0
- cuml==25.2.*,>=0.0.0a0
- cudf==25.2.*
- cuml==25.2.*
- cupy>=12.0.0
- curl
- cxx-compiler
Expand All @@ -23,8 +23,8 @@ dependencies:
- geopandas>=1.0.0
- ipython
- ipywidgets
- libcudf==25.2.*,>=0.0.0a0
- librmm==25.2.*,>=0.0.0a0
- libcudf==25.2.*
- librmm==25.2.*
- myst-parser
- nbsphinx
- ninja
Expand All @@ -37,13 +37,13 @@ dependencies:
- proj
- pydata-sphinx-theme!=0.14.2
- pydeck
- pylibcudf==25.2.*,>=0.0.0a0
- pylibcudf==25.2.*
- pytest
- pytest-cov
- pytest-xdist
- python>=3.10,<3.13
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rmm==25.2.*,>=0.0.0a0
- rmm==25.2.*
- scikit-build-core>=0.10.0
- scikit-image
- shapely
Expand Down
12 changes: 6 additions & 6 deletions conda/environments/all_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies:
- cuda-nvrtc-dev
- cuda-python>=12.6.2,<13.0a0
- cuda-version=12.8
- cudf==25.2.*,>=0.0.0a0
- cuml==25.2.*,>=0.0.0a0
- cudf==25.2.*
- cuml==25.2.*
- cupy>=12.0.0
- curl
- cxx-compiler
Expand All @@ -26,8 +26,8 @@ dependencies:
- geopandas>=1.0.0
- ipython
- ipywidgets
- libcudf==25.2.*,>=0.0.0a0
- librmm==25.2.*,>=0.0.0a0
- libcudf==25.2.*
- librmm==25.2.*
- myst-parser
- nbsphinx
- ninja
Expand All @@ -39,13 +39,13 @@ dependencies:
- proj
- pydata-sphinx-theme!=0.14.2
- pydeck
- pylibcudf==25.2.*,>=0.0.0a0
- pylibcudf==25.2.*
- pytest
- pytest-cov
- pytest-xdist
- python>=3.10,<3.13
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rmm==25.2.*,>=0.0.0a0
- rmm==25.2.*
- 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 @@ -481,7 +481,7 @@ dependencies:
common:
- output_types: conda
packages:
- &rmm_unsuffixed rmm==25.2.*,>=0.0.0a0
- &rmm_unsuffixed rmm==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -494,20 +494,20 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- rmm-cu12==25.2.*,>=0.0.0a0
- rmm-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- rmm-cu11==25.2.*,>=0.0.0a0
- rmm-cu11==25.2.*
- {matrix: null, packages: [*rmm_unsuffixed]}

depends_on_cudf:
common:
- output_types: conda
packages:
- &cudf_unsuffixed cudf==25.2.*,>=0.0.0a0
- &pylibcudf_unsuffixed pylibcudf==25.2.*,>=0.0.0a0
- &cudf_unsuffixed cudf==25.2.*
- &pylibcudf_unsuffixed pylibcudf==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -520,21 +520,21 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cudf-cu12==25.2.*,>=0.0.0a0
- pylibcudf-cu12==25.2.*,>=0.0.0a0
- cudf-cu12==25.2.*
- pylibcudf-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf-cu11==25.2.*,>=0.0.0a0
- pylibcudf-cu11==25.2.*,>=0.0.0a0
- cudf-cu11==25.2.*
- pylibcudf-cu11==25.2.*
- {matrix: null, packages: [*cudf_unsuffixed]}

depends_on_libcudf:
common:
- output_types: conda
packages:
- &libcudf_unsuffixed libcudf==25.2.*,>=0.0.0a0
- &libcudf_unsuffixed libcudf==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -547,19 +547,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- libcudf-cu12==25.2.*,>=0.0.0a0
- libcudf-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libcudf-cu11==25.2.*,>=0.0.0a0
- libcudf-cu11==25.2.*
- {matrix: null, packages: [*libcudf_unsuffixed]}

depends_on_cuml:
common:
- output_types: conda
packages:
- &cuml_unsuffixed cuml==25.2.*,>=0.0.0a0
- &cuml_unsuffixed cuml==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -572,19 +572,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cuml-cu12==25.2.*,>=0.0.0a0
- cuml-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cuml-cu11==25.2.*,>=0.0.0a0
- cuml-cu11==25.2.*
- {matrix: null, packages: [*cuml_unsuffixed]}

depends_on_cuspatial:
common:
- output_types: conda
packages:
- &cuspatial_unsuffixed cuspatial==25.2.*,>=0.0.0a0
- &cuspatial_unsuffixed cuspatial==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -597,19 +597,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cuspatial-cu12==25.2.*,>=0.0.0a0
- cuspatial-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cuspatial-cu11==25.2.*,>=0.0.0a0
- cuspatial-cu11==25.2.*
- {matrix: null, packages: [*cuspatial_unsuffixed]}

depends_on_cuproj:
common:
- output_types: conda
packages:
- &cuproj_unsuffixed cuproj==25.2.*,>=0.0.0a0
- &cuproj_unsuffixed cuproj==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -622,12 +622,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cuproj-cu12==25.2.*,>=0.0.0a0
- cuproj-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cuproj-cu11==25.2.*,>=0.0.0a0
- cuproj-cu11==25.2.*
- {matrix: null, packages: [*cuproj_unsuffixed]}

depends_on_cupy:
Expand All @@ -651,12 +651,12 @@ dependencies:
common:
- output_types: conda
packages:
- libcuspatial-tests==25.2.*,>=0.0.0a0
- libcuspatial-tests==25.2.*
depends_on_libcuspatial:
common:
- output_types: conda
packages:
- &libcuspatial_unsuffixed libcuspatial==25.2.*,>=0.0.0a0
- &libcuspatial_unsuffixed libcuspatial==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -669,19 +669,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- libcuspatial-cu12==25.2.*,>=0.0.0a0
- libcuspatial-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libcuspatial-cu11==25.2.*,>=0.0.0a0
- libcuspatial-cu11==25.2.*
- {matrix: null, packages: [*libcuspatial_unsuffixed]}

depends_on_librmm:
common:
- output_types: conda
packages:
- &librmm_unsuffixed librmm==25.2.*,>=0.0.0a0
- &librmm_unsuffixed librmm==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -694,10 +694,10 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- librmm-cu12==25.2.*,>=0.0.0a0
- librmm-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- librmm-cu11==25.2.*,>=0.0.0a0
- librmm-cu11==25.2.*
- {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==25.2.*,>=0.0.0a0",
"cuspatial==25.2.*",
"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==25.2.*,>=0.0.0a0",
"librmm==25.2.*",
"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==25.2.*,>=0.0.0a0",
"cudf==25.2.*",
"geopandas>=1.0.0",
"libcudf==25.2.*,>=0.0.0a0",
"libcuspatial==25.2.*,>=0.0.0a0",
"libcudf==25.2.*",
"libcuspatial==25.2.*",
"numpy>=1.23,<3.0a0",
"rmm==25.2.*,>=0.0.0a0",
"rmm==25.2.*",
] # 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==25.2.*,>=0.0.0a0",
"cudf==25.2.*",
"cython>=3.0.0",
"libcudf==25.2.*,>=0.0.0a0",
"libcuspatial==25.2.*,>=0.0.0a0",
"librmm==25.2.*,>=0.0.0a0",
"libcudf==25.2.*",
"libcuspatial==25.2.*",
"librmm==25.2.*",
"ninja",
"rmm==25.2.*,>=0.0.0a0",
"rmm==25.2.*",
"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==25.2.*,>=0.0.0a0",
"libcudf==25.2.*",
] # 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==25.2.*,>=0.0.0a0",
"librmm==25.2.*,>=0.0.0a0",
"libcudf==25.2.*",
"librmm==25.2.*",
"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 6d10013

Please sign in to comment.