diff --git a/dependencies.yaml b/dependencies.yaml index 195eb8a84b..0fd8b8f682 100755 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -461,9 +461,7 @@ dependencies: - matrix: cuda: "13.*" packages: - # TODO: switch from nightlies to releases when there are pytorch CUDA 13 released packages - # ref: https://github.com/pytorch/pytorch/issues/159779 - - --extra-index-url=https://download.pytorch.org/whl/nightly/cu130 + - --extra-index-url=https://download.pytorch.org/whl/cu130 - {matrix: null, packages: null} - output_types: [requirements, pyproject] matrices: @@ -475,9 +473,7 @@ dependencies: - matrix: cuda: "13.*" packages: - # TODO: remove this '.dev0' (which allows nightlies) once there are pytorch CUDA 13 released packages - # ref: https://github.com/pytorch/pytorch/issues/159779 - - &pytorch_pip torch>=2.9.0.dev0 + - &pytorch_pip torch>=2.9.0 - &tensordict tensordict>=0.1.2 - {matrix: null, packages: [*pytorch_pip, *tensordict]} depends_on_libcudf: