diff --git a/dependencies.yaml b/dependencies.yaml index 303e1c85045..008a1803534 100755 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -580,11 +580,11 @@ dependencies: - torch>=2.3 - tensordict>=0.1.2 - matrix: - cuda: "12.*" + cuda: "13.*" packages: - # TODO: remove this 'a0' (which allows nightlies) once there are pytorch CUDA 13 released 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.0a0 + - &pytorch_pip torch>=2.9.0.dev0 - &tensordict tensordict>=0.1.2 - {matrix: null, packages: [*pytorch_pip, *tensordict]} depends_on_libcudf: