Skip to content
8 changes: 2 additions & 6 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down