Skip to content

Commit

Permalink
REL v0.42.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Feb 13, 2025
1 parent cab76be commit 762a6ed
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 43 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 @@ -14,15 +14,15 @@ dependencies:
- cmake>=3.26.4,!=3.30.0
- cuda-version=11.8
- cudatoolkit
- cudf==25.2.*,>=0.0.0a0
- cudf==25.2.*
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- dask-cuda==25.2.*,>=0.0.0a0
- dask-cudf==25.2.*,>=0.0.0a0
- dask-cuda==25.2.*
- dask-cudf==25.2.*
- doxygen=1.9.1
- fmt>=11.0.2,<12
- librmm==25.2.*,>=0.0.0a0
- librmm==25.2.*
- libtool
- ninja
- numba>=0.59.1,<0.61.0a0
Expand All @@ -36,8 +36,8 @@ dependencies:
- pytest==7.*
- python>=3.10,<3.13
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-dask-dependency==25.2.*,>=0.0.0a0
- rmm==25.2.*,>=0.0.0a0
- rapids-dask-dependency==25.2.*
- rmm==25.2.*
- scikit-build-core>=0.10.0
- setuptools>=64.0.0
- spdlog>=1.14.1,<1.15
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 @@ -14,15 +14,15 @@ dependencies:
- cmake>=3.26.4,!=3.30.0
- cuda-cudart-dev
- cuda-version=12.8
- cudf==25.2.*,>=0.0.0a0
- cudf==25.2.*
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- dask-cuda==25.2.*,>=0.0.0a0
- dask-cudf==25.2.*,>=0.0.0a0
- dask-cuda==25.2.*
- dask-cudf==25.2.*
- doxygen=1.9.1
- fmt>=11.0.2,<12
- librmm==25.2.*,>=0.0.0a0
- librmm==25.2.*
- libtool
- ninja
- numba>=0.59.1,<0.61.0a0
Expand All @@ -36,8 +36,8 @@ dependencies:
- pytest==7.*
- python>=3.10,<3.13
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-dask-dependency==25.2.*,>=0.0.0a0
- rmm==25.2.*,>=0.0.0a0
- rapids-dask-dependency==25.2.*
- rmm==25.2.*
- scikit-build-core>=0.10.0
- setuptools>=64.0.0
- spdlog>=1.14.1,<1.15
Expand Down
40 changes: 20 additions & 20 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ dependencies:
- cxx-compiler
- &cmake_ver cmake>=3.26.4,!=3.30.0
- fmt>=11.0.2,<12
- librmm==25.2.*,>=0.0.0a0
- librmm==25.2.*
- ninja
- spdlog>=1.14.1,<1.15
- output_types: [requirements, pyproject]
Expand Down Expand Up @@ -248,8 +248,8 @@ dependencies:
# These packages are useful for development but not otherwise required to build/run
# RAPIDS
- pip
- dask-cuda==25.2.*,>=0.0.0a0
- dask-cudf==25.2.*,>=0.0.0a0
- dask-cuda==25.2.*
- dask-cudf==25.2.*
# UCX Build
- libtool
- automake
Expand Down Expand Up @@ -293,7 +293,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- &numba numba>=0.59.1,<0.61.0a0
- rapids-dask-dependency==25.2.*,>=0.0.0a0
- rapids-dask-dependency==25.2.*
test_cpp:
common:
- output_types: conda
Expand All @@ -308,7 +308,7 @@ dependencies:
- pytest==7.*
- pytest-asyncio
- pytest-rerunfailures
- rapids-dask-dependency==25.2.*,>=0.0.0a0
- rapids-dask-dependency==25.2.*
test_python_distributed_ucxx:
common:
- output_types: [conda, requirements, pyproject]
Expand All @@ -335,7 +335,7 @@ dependencies:
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 @@ -346,16 +346,16 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages:
- librmm-cu12==25.2.*,>=0.0.0a0
- librmm-cu12==25.2.*
- matrix: {cuda: "11.*"}
packages:
- librmm-cu11==25.2.*,>=0.0.0a0
- librmm-cu11==25.2.*
- {matrix: null, 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 @@ -368,18 +368,18 @@ 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
- &cudf_unsuffixed cudf==25.2.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -392,12 +392,12 @@ 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_libucxx:
specific:
Expand All @@ -407,20 +407,20 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- libucxx-cu12==0.42.*,>=0.0.0a0
- libucxx-cu12==0.42.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libucxx-cu11==0.42.*,>=0.0.0a0
- libucxx-cu11==0.42.*
- matrix:
packages:
- libucxx==0.42.*,>=0.0.0a0
- libucxx==0.42.*
depends_on_ucxx:
common:
- output_types: conda
packages:
- &ucxx_unsuffixed ucxx==0.42.*,>=0.0.0a0
- &ucxx_unsuffixed ucxx==0.42.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -433,12 +433,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- ucxx-cu12==0.42.*,>=0.0.0a0
- ucxx-cu12==0.42.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- ucxx-cu11==0.42.*,>=0.0.0a0
- ucxx-cu11==0.42.*
- {matrix: null, packages: [*ucxx_unsuffixed]}
depends_on_ucx_build:
common:
Expand Down
6 changes: 3 additions & 3 deletions python/distributed-ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ license = { text = "BSD-3-Clause" }
requires-python = ">=3.10"
dependencies = [
"numba>=0.59.1,<0.61.0a0",
"rapids-dask-dependency==25.2.*,>=0.0.0a0",
"ucxx==0.42.*,>=0.0.0a0",
"rapids-dask-dependency==25.2.*",
"ucxx==0.42.*",
] # 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 @@ -39,7 +39,7 @@ docs = [
"sphinx-rtd-theme>=0.5.1",
]
test = [
"cudf==25.2.*,>=0.0.0a0",
"cudf==25.2.*",
"cupy-cuda11x>=12.0.0",
"numpy>=1.23,<3.0a0",
"pytest-rerunfailures",
Expand Down
2 changes: 1 addition & 1 deletion python/libucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies-file = "../../dependencies.yaml"
matrix-entry = "cuda_suffixed=true"
requires = [
"cmake>=3.26.4,!=3.30.0",
"librmm==25.2.*,>=0.0.0a0",
"librmm==25.2.*",
"libucx==1.15.0",
"ninja",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down
14 changes: 7 additions & 7 deletions python/ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ authors = [
license = { text = "BSD-3-Clause" }
requires-python = ">=3.10"
dependencies = [
"libucxx==0.42.*,>=0.0.0a0",
"libucxx==0.42.*",
"numpy>=1.23,<3.0a0",
"pynvml>=12.0.0,<13.0.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 All @@ -39,13 +39,13 @@ classifiers = [
[project.optional-dependencies]
test = [
"cloudpickle",
"cudf==25.2.*,>=0.0.0a0",
"cudf==25.2.*",
"cupy-cuda11x>=12.0.0",
"numba>=0.59.1,<0.61.0a0",
"pytest-asyncio",
"pytest-rerunfailures",
"pytest==7.*",
"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 All @@ -58,10 +58,10 @@ matrix-entry = "cuda_suffixed=true"
requires = [
"cmake>=3.26.4,!=3.30.0",
"cython>=3.0.0",
"librmm==25.2.*,>=0.0.0a0",
"libucxx==0.42.*,>=0.0.0a0",
"librmm==25.2.*",
"libucxx==0.42.*",
"ninja",
"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`.

[tool.scikit-build]
Expand Down

0 comments on commit 762a6ed

Please sign in to comment.