Skip to content

Commit

Permalink
REL v0.40.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Oct 9, 2024
1 parent 6743f8e commit 152901c
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==24.10.*,>=0.0.0a0
- cudf==24.10.*
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- dask-cuda==24.10.*,>=0.0.0a0
- dask-cudf==24.10.*,>=0.0.0a0
- dask-cuda==24.10.*
- dask-cudf==24.10.*
- doxygen=1.9.1
- fmt>=11.0.2,<12
- librmm==24.10.*,>=0.0.0a0
- librmm==24.10.*
- libtool
- ninja
- numba>=0.57.1
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==24.10.*,>=0.0.0a0
- rmm==24.10.*,>=0.0.0a0
- rapids-dask-dependency==24.10.*
- rmm==24.10.*
- 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-125_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.5
- cudf==24.10.*,>=0.0.0a0
- cudf==24.10.*
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- dask-cuda==24.10.*,>=0.0.0a0
- dask-cudf==24.10.*,>=0.0.0a0
- dask-cuda==24.10.*
- dask-cudf==24.10.*
- doxygen=1.9.1
- fmt>=11.0.2,<12
- librmm==24.10.*,>=0.0.0a0
- librmm==24.10.*
- libtool
- ninja
- numba>=0.57.1
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==24.10.*,>=0.0.0a0
- rmm==24.10.*,>=0.0.0a0
- rapids-dask-dependency==24.10.*
- rmm==24.10.*
- 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==24.10.*,>=0.0.0a0
- librmm==24.10.*
- ninja
- spdlog>=1.14.1,<1.15
- output_types: [requirements, pyproject]
Expand Down Expand Up @@ -244,8 +244,8 @@ dependencies:
# These packages are useful for development but not otherwise required to build/run
# RAPIDS
- pip
- dask-cuda==24.10.*,>=0.0.0a0
- dask-cudf==24.10.*,>=0.0.0a0
- dask-cuda==24.10.*
- dask-cudf==24.10.*
# UCX Build
- libtool
- automake
Expand Down Expand Up @@ -289,7 +289,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- &numba numba>=0.57.1
- rapids-dask-dependency==24.10.*,>=0.0.0a0
- rapids-dask-dependency==24.10.*
test_cpp:
common:
- output_types: conda
Expand All @@ -304,7 +304,7 @@ dependencies:
- pytest==7.*
- pytest-asyncio
- pytest-rerunfailures
- rapids-dask-dependency==24.10.*,>=0.0.0a0
- rapids-dask-dependency==24.10.*
test_python_distributed_ucxx:
common:
- output_types: [conda, requirements, pyproject]
Expand All @@ -331,7 +331,7 @@ dependencies:
common:
- output_types: conda
packages:
- &librmm_unsuffixed librmm==24.10.*,>=0.0.0a0
- &librmm_unsuffixed librmm==24.10.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -342,16 +342,16 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages:
- librmm-cu12==24.10.*,>=0.0.0a0
- librmm-cu12==24.10.*
- matrix: {cuda: "11.*"}
packages:
- librmm-cu11==24.10.*,>=0.0.0a0
- librmm-cu11==24.10.*
- {matrix: null, packages: [*librmm_unsuffixed]}
depends_on_rmm:
common:
- output_types: conda
packages:
- &rmm_unsuffixed rmm==24.10.*,>=0.0.0a0
- &rmm_unsuffixed rmm==24.10.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -364,18 +364,18 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- rmm-cu12==24.10.*,>=0.0.0a0
- rmm-cu12==24.10.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- rmm-cu11==24.10.*,>=0.0.0a0
- rmm-cu11==24.10.*
- {matrix: null, packages: [*rmm_unsuffixed]}
depends_on_cudf:
common:
- output_types: conda
packages:
- &cudf_unsuffixed cudf==24.10.*,>=0.0.0a0
- &cudf_unsuffixed cudf==24.10.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -388,12 +388,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cudf-cu12==24.10.*,>=0.0.0a0
- cudf-cu12==24.10.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf-cu11==24.10.*,>=0.0.0a0
- cudf-cu11==24.10.*
- {matrix: null, packages: [*cudf_unsuffixed]}
depends_on_libucxx:
specific:
Expand All @@ -403,20 +403,20 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- libucxx-cu12==0.40.*,>=0.0.0a0
- libucxx-cu12==0.40.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libucxx-cu11==0.40.*,>=0.0.0a0
- libucxx-cu11==0.40.*
- matrix:
packages:
- libucxx==0.40.*,>=0.0.0a0
- libucxx==0.40.*
depends_on_ucxx:
common:
- output_types: conda
packages:
- &ucxx_unsuffixed ucxx==0.40.*,>=0.0.0a0
- &ucxx_unsuffixed ucxx==0.40.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -429,12 +429,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- ucxx-cu12==0.40.*,>=0.0.0a0
- ucxx-cu12==0.40.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- ucxx-cu11==0.40.*,>=0.0.0a0
- ucxx-cu11==0.40.*
- {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.57.1",
"rapids-dask-dependency==24.10.*,>=0.0.0a0",
"ucxx==0.40.*,>=0.0.0a0",
"rapids-dask-dependency==24.10.*",
"ucxx==0.40.*",
] # 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==24.10.*,>=0.0.0a0",
"cudf==24.10.*",
"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==24.10.*,>=0.0.0a0",
"librmm==24.10.*",
"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`.
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.40.*,>=0.0.0a0",
"libucxx==0.40.*",
"numpy>=1.23,<3.0a0",
"pynvml>=11.4.1",
"rmm==24.10.*,>=0.0.0a0",
"rmm==24.10.*",
] # 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==24.10.*,>=0.0.0a0",
"cudf==24.10.*",
"cupy-cuda11x>=12.0.0",
"numba>=0.57.1",
"pytest-asyncio",
"pytest-rerunfailures",
"pytest==7.*",
"rapids-dask-dependency==24.10.*,>=0.0.0a0",
"rapids-dask-dependency==24.10.*",
] # 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==24.10.*,>=0.0.0a0",
"libucxx==0.40.*,>=0.0.0a0",
"librmm==24.10.*",
"libucxx==0.40.*",
"ninja",
"rmm==24.10.*,>=0.0.0a0",
"rmm==24.10.*",
] # 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 152901c

Please sign in to comment.