diff --git a/conda/environments/all_cuda-129_arch-aarch64.yaml b/conda/environments/all_cuda-129_arch-aarch64.yaml index fffd79133..64a6ff58d 100644 --- a/conda/environments/all_cuda-129_arch-aarch64.yaml +++ b/conda/environments/all_cuda-129_arch-aarch64.yaml @@ -65,7 +65,7 @@ dependencies: - python>=3.11,<3.15 - pyyaml>=6.0.0 - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-logger==0.2.*,>=0.0.0a0 +- rapids-logger==0.3.* - re2 - requests - rmm==26.10.*,>=0.0.0a0 diff --git a/conda/environments/all_cuda-129_arch-x86_64.yaml b/conda/environments/all_cuda-129_arch-x86_64.yaml index 786bf4c7c..e2d2a3b77 100644 --- a/conda/environments/all_cuda-129_arch-x86_64.yaml +++ b/conda/environments/all_cuda-129_arch-x86_64.yaml @@ -65,7 +65,7 @@ dependencies: - python>=3.11,<3.15 - pyyaml>=6.0.0 - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-logger==0.2.*,>=0.0.0a0 +- rapids-logger==0.3.* - re2 - requests - rmm==26.10.*,>=0.0.0a0 diff --git a/conda/environments/all_cuda-133_arch-aarch64.yaml b/conda/environments/all_cuda-133_arch-aarch64.yaml index add5637df..34e60cfb0 100644 --- a/conda/environments/all_cuda-133_arch-aarch64.yaml +++ b/conda/environments/all_cuda-133_arch-aarch64.yaml @@ -65,7 +65,7 @@ dependencies: - python>=3.11,<3.15 - pyyaml>=6.0.0 - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-logger==0.2.*,>=0.0.0a0 +- rapids-logger==0.3.* - re2 - requests - rmm==26.10.*,>=0.0.0a0 diff --git a/conda/environments/all_cuda-133_arch-x86_64.yaml b/conda/environments/all_cuda-133_arch-x86_64.yaml index b5b29aff0..8f6c59293 100644 --- a/conda/environments/all_cuda-133_arch-x86_64.yaml +++ b/conda/environments/all_cuda-133_arch-x86_64.yaml @@ -65,7 +65,7 @@ dependencies: - python>=3.11,<3.15 - pyyaml>=6.0.0 - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-logger==0.2.*,>=0.0.0a0 +- rapids-logger==0.3.* - re2 - requests - rmm==26.10.*,>=0.0.0a0 diff --git a/conda/recipes/libcuopt/recipe.yaml b/conda/recipes/libcuopt/recipe.yaml index 0614bde89..b6172827d 100644 --- a/conda/recipes/libcuopt/recipe.yaml +++ b/conda/recipes/libcuopt/recipe.yaml @@ -82,7 +82,7 @@ cache: - cuda-version =${{ cuda_version }} - libraft-headers =${{ minor_version }} - librmm =${{ minor_version }} - - rapids-logger =0.2 + - rapids-logger =0.3 - cuda-nvtx-dev - libcudss-dev >=0.7,<0.8 - libcurand-dev @@ -124,7 +124,7 @@ outputs: host: - libboost-devel - cuda-version =${{ cuda_version }} - - rapids-logger =0.2 + - rapids-logger =0.3 - librmm =${{ minor_version }} - libcublas - libcudss-dev >=0.7,<0.8 diff --git a/dependencies.yaml b/dependencies.yaml index b3d56c171..c9eb8d323 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -551,7 +551,7 @@ dependencies: common: - output_types: [conda, requirements, pyproject] packages: - - rapids-logger==0.2.*,>=0.0.0a0 + - rapids-logger==0.3.* - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file diff --git a/python/cuopt/pyproject.toml b/python/cuopt/pyproject.toml index eca000d1f..8aa6d1839 100644 --- a/python/cuopt/pyproject.toml +++ b/python/cuopt/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pandas>=2.0", "pylibraft==26.10.*,>=0.0.0a0", "pyyaml>=6.0.0", - "rapids-logger==0.2.*,>=0.0.0a0", + "rapids-logger==0.3.*", "rmm==26.10.*,>=0.0.0a0", "scipy>=1.14.1", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. @@ -48,7 +48,7 @@ test = [ "pytest-rerunfailures", "pytest-xdist", "pytest<9.0", - "rapids-logger==0.2.*,>=0.0.0a0", + "rapids-logger==0.3.*", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [project.urls] @@ -106,6 +106,6 @@ requires = [ "libcuopt==26.10.*,>=0.0.0a0", "ninja", "pylibraft==26.10.*,>=0.0.0a0", - "rapids-logger==0.2.*,>=0.0.0a0", + "rapids-logger==0.3.*", "rmm==26.10.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. diff --git a/python/libcuopt/pyproject.toml b/python/libcuopt/pyproject.toml index 14d73cc5e..d4b415ae6 100644 --- a/python/libcuopt/pyproject.toml +++ b/python/libcuopt/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "nvidia-cudss-cu13>=0.7,<0.8", "nvidia-nccl-cu13>=2.19", "nvidia-nvjitlink>=13.3,<14", - "rapids-logger==0.2.*,>=0.0.0a0", + "rapids-logger==0.3.*", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [project.urls] @@ -79,5 +79,5 @@ requires = [ "cmake>=4.0", "librmm==26.10.*,>=0.0.0a0", "ninja", - "rapids-logger==0.2.*,>=0.0.0a0", + "rapids-logger==0.3.*", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.