File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 "rapids_conda_channels" : "-c rapidsai-nightly -c conda-forge" ,
5050 "rapids_conda_packages" : f"rapids={ nightly_version } python=3.13 'cuda-version>=12.0,<=12.9'" ,
5151 "rapids_pip_index" : "https://pypi.anaconda.org/rapidsai-wheels-nightly/simple" ,
52- "rapids_pip_version" : f"~= { nightly_version } .0a0" ,
52+ "rapids_pip_version" : f"{ nightly_version } .*,>=0.0 .0a0" ,
5353 # SageMaker Notebook Instance examples need to stay pinned to an older RAPIDS until this is resolved:
5454 # https://github.com/rapidsai/deployment/issues/520
5555 "rapids_sagemaker_conda_packages" : f"rapids={ nightly_version } python=3.12 cuda-version=13" ,
Original file line number Diff line number Diff line change 2929# Install RAPIDS libraries
3030pip install \
3131 --extra-index-url={{rapids_pip_index}} \
32- " cudf-cu12>= {{rapids_pip_version}}" " cuml-cu12> ={{rapids_pip_version}}" \
33- " dask-cuda> ={{rapids_pip_version}}"
32+ " cudf-cu12== {{rapids_pip_version}}" " cuml-cu12= ={{rapids_pip_version}}" \
33+ " dask-cuda= ={{rapids_pip_version}}"
3434
3535```
3636
You can’t perform that action at this time.
0 commit comments