diff --git a/dependencies.yaml b/dependencies.yaml index 8dfa1bfa94..95211a25e6 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -491,7 +491,7 @@ dependencies: use_cuda_wheels: "true" packages: - &ctk_cu13 cuda-toolkit[cublas,cufft,curand,cusolver,cusparse]==13.* - - &nvjitlink_cu13 nvidia-nvjitlink>=13.0,<14 + - &nvjitlink_cu13 nvidia-nvjitlink>=13.3,<14 # if no matching matrix selectors passed, list the CUDA 13 requirement # (just as a source of documentation, as this populates pyproject.toml in source control) - matrix: diff --git a/python/cuml/pyproject.toml b/python/cuml/pyproject.toml index 384d636005..f29ef13fc4 100644 --- a/python/cuml/pyproject.toml +++ b/python/cuml/pyproject.toml @@ -93,7 +93,7 @@ dependencies = [ "numba>=0.60.0,<0.65.0", "numpy>=2.0,<3.0", "nvforest==26.8.*,>=0.0.0a0", - "nvidia-nvjitlink>=13.0,<14", + "nvidia-nvjitlink>=13.3,<14", "packaging", "pylibraft==26.8.*,>=0.0.0a0", "rich", diff --git a/python/libcuml/pyproject.toml b/python/libcuml/pyproject.toml index 6aa1916eb1..713e5da6e6 100644 --- a/python/libcuml/pyproject.toml +++ b/python/libcuml/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "libnvforest==26.8.*,>=0.0.0a0", "libraft==26.8.*,>=0.0.0a0", "librmm==26.8.*,>=0.0.0a0", - "nvidia-nvjitlink>=13.0,<14", + "nvidia-nvjitlink>=13.3,<14", "rapids-logger==0.2.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.