File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.ci/docker/ci_commit_pins Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 53ecb8159aa28b3c015917acaa89604cfae0d2c6
1
+ 0d0058d90de410cbc998089eb5e475776d2ad55d
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def python_is_compatible():
71
71
#
72
72
# NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt
73
73
# by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/
74
- NIGHTLY_VERSION = "dev20250525 "
74
+ NIGHTLY_VERSION = "dev20250602 "
75
75
76
76
77
77
def install_requirements (use_pytorch_nightly ):
@@ -82,14 +82,14 @@ def install_requirements(use_pytorch_nightly):
82
82
# been installed on CI before this step, so pip won't reinstall them
83
83
f"torch==2.8.0.{ NIGHTLY_VERSION } " if use_pytorch_nightly else "torch" ,
84
84
(
85
- f"torchvision==0.22 .0.{ NIGHTLY_VERSION } "
85
+ f"torchvision==0.23 .0.{ NIGHTLY_VERSION } "
86
86
if use_pytorch_nightly
87
87
else "torchvision"
88
88
), # For testing.
89
89
]
90
90
91
91
EXAMPLES_REQUIREMENTS = [
92
- f"torchaudio==2.6 .0.{ NIGHTLY_VERSION } " if use_pytorch_nightly else "torchaudio" ,
92
+ f"torchaudio==2.8 .0.{ NIGHTLY_VERSION } " if use_pytorch_nightly else "torchaudio" ,
93
93
]
94
94
95
95
# Assemble the list of requirements to actually install.
You can’t perform that action at this time.
0 commit comments