Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guess this needs to be .dev instead of a0.

ERROR: Could not find a version that satisfies the requirement torch>=2.9.0a0 (from versions: 2.6.0, 2.7.0, 2.7.1, 2.8.0, 2.9.0.dev20250828+cu130, 2.9.0.dev20250829+cu130, 2.9.0.dev20250830+cu130, 2.9.0.dev20250831+cu130, 2.9.0.dev20250901+cu130, 2.9.0.dev20250902+cu130)

(pip devcontainer build link)

- &tensordict tensordict>=0.1.2
- {matrix: null, packages: [*pytorch_pip, *tensordict]}
depends_on_libcudf:
Expand Down