diff --git a/conda/environments/raft_dev_cuda11.5.yml b/conda/environments/raft_dev_cuda11.5.yml index 12d202c265..dd54a02d81 100644 --- a/conda/environments/raft_dev_cuda11.5.yml +++ b/conda/environments/raft_dev_cuda11.5.yml @@ -1,15 +1,15 @@ name: raft_dev channels: - rapidsai -- nvidia -- rapidsai-nightly - dask/label/dev - conda-forge +- nvidia +- rapidsai-nightly dependencies: - c-compiler - cxx-compiler - cudatoolkit=11.5 -- cuda-python >=11.5,<11.7.1 +- cuda-python >=11.7.1,<12.0 - ninja - clang=11.1.0 - clang-tools=11.1.0 diff --git a/conda/recipes/pylibraft/meta.yaml b/conda/recipes/pylibraft/meta.yaml index 3d19892657..68e2d5952d 100644 --- a/conda/recipes/pylibraft/meta.yaml +++ b/conda/recipes/pylibraft/meta.yaml @@ -37,12 +37,12 @@ requirements: - libraft-headers {{ version }} - libraft-distance {{ version }} - cudatoolkit {{ cuda_version }}.* - - cuda-python >=11.5,<11.7.1 + - cuda-python >=11.7.1,<12.0 run: - python x.x - libraft-headers {{ version }} - libraft-distance {{ version }} - - cuda-python >=11.5,<11.7.1 + - cuda-python >=11.7.1,<12.0 - {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }} tests: # [linux64] diff --git a/conda/recipes/raft-dask/meta.yaml b/conda/recipes/raft-dask/meta.yaml index 5213ae2b8b..b21a372e00 100644 --- a/conda/recipes/raft-dask/meta.yaml +++ b/conda/recipes/raft-dask/meta.yaml @@ -37,7 +37,7 @@ requirements: - rmm {{ minor_version }} - pylibraft {{ version }} - cudatoolkit {{ cuda_version }}.* - - cuda-python >=11.5,<11.7.1 + - cuda-python >=11.7.1,<12.0 - nccl>=2.9.9 - ucx {{ ucx_version }} - ucx-py {{ ucx_py_version }} @@ -53,7 +53,7 @@ requirements: - ucx-proc=*=gpu - dask>=2022.9.2 - distributed>=2022.9.2 - - cuda-python >=11.5,<11.7.1 + - cuda-python >=11.7.1,<12.0 - joblib >=0.11 - {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}