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 09de1cb commit 50b2d0f
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==25.2.*,>=0.0.0a0
- dask-cuda==25.2.*
- 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==25.2.*,>=0.0.0a0
- libkvikio==25.2.*
- librdkafka>=2.5.0,<2.6.0a0
- librmm==25.2.*,>=0.0.0a0
- librmm==25.2.*
- make
- mmh3
- moto>=4.0.8
Expand Down Expand Up @@ -82,9 +82,9 @@ dependencies:
- python-xxhash
- python>=3.10,<3.13
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-dask-dependency==25.2.*,>=0.0.0a0
- rapids-dask-dependency==25.2.*
- rich
- rmm==25.2.*,>=0.0.0a0
- rmm==25.2.*
- s3fs>=2022.3.0
- scikit-build-core>=0.10.0
- scipy
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 @@ -27,7 +27,7 @@ dependencies:
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.3
- dask-cuda==25.2.*,>=0.0.0a0
- dask-cuda==25.2.*
- 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==25.2.*,>=0.0.0a0
- libkvikio==25.2.*
- librdkafka>=2.5.0,<2.6.0a0
- librmm==25.2.*,>=0.0.0a0
- librmm==25.2.*
- make
- mmh3
- moto>=4.0.8
Expand All @@ -69,7 +69,7 @@ dependencies:
- pre-commit
- pyarrow>=14.0.0,<20.0.0a0
- pydata-sphinx-theme>=0.15.4
- pynvjitlink>=0.0.0a0
- pynvjitlink
- pynvml>=12.0.0,<13.0.0a0
- pytest-benchmark
- pytest-cases>=3.8.2
Expand All @@ -81,9 +81,9 @@ dependencies:
- python>=3.10,<3.13
- pytorch>=2.4.0
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-dask-dependency==25.2.*,>=0.0.0a0
- rapids-dask-dependency==25.2.*
- rich
- rmm==25.2.*,>=0.0.0a0
- rmm==25.2.*
- 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 @@ -638,7 +638,7 @@ dependencies:
- output_types: [conda]
packages:
- breathe>=4.35.0
- dask-cuda==25.2.*,>=0.0.0a0
- dask-cuda==25.2.*
- *doxygen
- make
- myst-nb
Expand Down Expand Up @@ -786,13 +786,13 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- rapids-dask-dependency==25.2.*,>=0.0.0a0
- rapids-dask-dependency==25.2.*
run_dask_cudf:
common:
- output_types: [conda, requirements, pyproject]
packages:
- pynvml>=12.0.0,<13.0.0a0
- rapids-dask-dependency==25.2.*,>=0.0.0a0
- rapids-dask-dependency==25.2.*
run_custreamz:
common:
- output_types: conda
Expand Down Expand Up @@ -930,7 +930,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- dask-cuda==25.2.*,>=0.0.0a0
- dask-cuda==25.2.*
- *numba-cuda-dep
- *numba-dep
specific:
Expand All @@ -951,7 +951,7 @@ dependencies:
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 @@ -965,18 +965,18 @@ 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_pylibcudf:
common:
- output_types: conda
packages:
- &pylibcudf_unsuffixed pylibcudf==25.2.*,>=0.0.0a0
- &pylibcudf_unsuffixed pylibcudf==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -990,18 +990,18 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- pylibcudf-cu12==25.2.*,>=0.0.0a0
- pylibcudf-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- pylibcudf-cu11==25.2.*,>=0.0.0a0
- pylibcudf-cu11==25.2.*
- {matrix: null, packages: [*pylibcudf_unsuffixed]}
depends_on_cudf:
common:
- output_types: conda
packages:
- &cudf_unsuffixed cudf==25.2.*,>=0.0.0a0
- &cudf_unsuffixed cudf==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -1015,18 +1015,18 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cudf-cu12==25.2.*,>=0.0.0a0
- cudf-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf-cu11==25.2.*,>=0.0.0a0
- cudf-cu11==25.2.*
- {matrix: null, packages: [*cudf_unsuffixed]}
depends_on_cudf_kafka:
common:
- output_types: conda
packages:
- &cudf_kafka_unsuffixed cudf_kafka==25.2.*,>=0.0.0a0
- &cudf_kafka_unsuffixed cudf_kafka==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -1040,12 +1040,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cudf_kafka-cu12==25.2.*,>=0.0.0a0
- cudf_kafka-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf_kafka-cu11==25.2.*,>=0.0.0a0
- cudf_kafka-cu11==25.2.*
- {matrix: null, packages: [*cudf_kafka_unsuffixed]}
depends_on_cupy:
common:
Expand All @@ -1066,7 +1066,7 @@ dependencies:
common:
- output_types: conda
packages:
- &libkvikio_unsuffixed libkvikio==25.2.*,>=0.0.0a0
- &libkvikio_unsuffixed libkvikio==25.2.*
- output_types: requirements
packages:
- --extra-index-url=https://pypi.nvidia.com
Expand All @@ -1078,20 +1078,20 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu12==25.2.*,>=0.0.0a0
- libkvikio-cu12==25.2.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu11==25.2.*,>=0.0.0a0
- libkvikio-cu11==25.2.*
- matrix:
packages:
- *libkvikio_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 @@ -1105,20 +1105,20 @@ 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:
packages:
- *librmm_unsuffixed
depends_on_rmm:
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 @@ -1132,12 +1132,12 @@ 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:
packages:
- *rmm_unsuffixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ dependencies:
common:
- output_types: conda
packages:
- cudf==25.2.*,>=0.0.0a0
- cudf==25.2.*
- pandas
- pytest
- pytest-xdist
Expand Down Expand Up @@ -248,13 +248,13 @@ dependencies:
common:
- output_types: conda
packages:
- cuml==25.2.*,>=0.0.0a0
- cuml==25.2.*
- scikit-learn
test_cugraph:
common:
- output_types: conda
packages:
- cugraph==25.2.*,>=0.0.0a0
- cugraph==25.2.*
- 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.8.5,<12.0a0",
"cupy-cuda11x>=12.0.0",
"fsspec>=0.6.0",
"libcudf==25.2.*,>=0.0.0a0",
"libcudf==25.2.*",
"numba-cuda>=0.2.0,<0.3.0a0",
"numba>=0.59.1,<0.61.0a0",
"numpy>=1.23,<3.0a0",
Expand All @@ -33,9 +33,9 @@ dependencies = [
"ptxcompiler",
"pyarrow>=14.0.0,<20.0.0a0,!=17.0.0; platform_machine=='aarch64'",
"pyarrow>=14.0.0,<20.0.0a0; platform_machine=='x86_64'",
"pylibcudf==25.2.*,>=0.0.0a0",
"pylibcudf==25.2.*",
"rich",
"rmm==25.2.*,>=0.0.0a0",
"rmm==25.2.*",
"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 @@ -120,11 +120,11 @@ matrix-entry = "cuda_suffixed=true"
requires = [
"cmake>=3.26.4,!=3.30.0",
"cython>=3.0.3",
"libcudf==25.2.*,>=0.0.0a0",
"librmm==25.2.*,>=0.0.0a0",
"libcudf==25.2.*",
"librmm==25.2.*",
"ninja",
"pylibcudf==25.2.*,>=0.0.0a0",
"rmm==25.2.*,>=0.0.0a0",
"pylibcudf==25.2.*",
"rmm==25.2.*",
] # 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==25.2.*,>=0.0.0a0",
"cudf==25.2.*",
] # 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.20,<1.22",
"pylibcudf==25.2.*,>=0.0.0a0",
"pylibcudf==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 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==25.2.*,>=0.0.0a0",
"rapids-dask-dependency==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
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==25.2.*,>=0.0.0a0",
"cudf_kafka==25.2.*,>=0.0.0a0",
"cudf==25.2.*",
"cudf_kafka==25.2.*",
"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==25.2.*,>=0.0.0a0",
"cudf==25.2.*",
"cupy-cuda11x>=12.0.0",
"fsspec>=0.6.0",
"numpy>=1.23,<3.0a0",
"pandas>=2.0,<2.2.4dev0",
"pynvml>=12.0.0,<13.0.0a0",
"rapids-dask-dependency==25.2.*,>=0.0.0a0",
"rapids-dask-dependency==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 All @@ -46,7 +46,7 @@ cudf = "dask_cudf.backends:CudfBackendEntrypoint"

[project.optional-dependencies]
test = [
"dask-cuda==25.2.*,>=0.0.0a0",
"dask-cuda==25.2.*",
"numba-cuda>=0.2.0,<0.3.0a0",
"numba>=0.59.1,<0.61.0a0",
"pytest-cov",
Expand Down
Loading

0 comments on commit 50b2d0f

Please sign in to comment.