Skip to content

Commit 8e14c2a

Browse files
authored
Move to stable binaries 2.13 (#3933)
Move the tutorials CI to the stable PyTorch 2.13 binaries for the 2.13 release, mirroring #3891 (which moved to 2.12). - `.ci/docker/requirements.txt`: `torch==2.12` -> `torch==2.13` AI assistance (Claude) was used for this change.
1 parent cb473bc commit 8e14c2a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.ci/docker/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,20 @@ pydantic>=2.10
2525
fastapi
2626
matplotlib
2727
librosa
28-
torch==2.12
28+
torch==2.13
2929
cuda-bindings>=13.1.0 # Required for CUDA graph annotations tutorial
3030
torchvision
3131
torchdata
3232
networkx
3333
PyHamcrest
3434
bs4
35+
# Pin setuptools: awscliv2==2.1.1 imports pkg_resources, which setuptools>=81 removed.
36+
setuptools<81
3537
awscliv2==2.1.1
3638
flask
3739
spacy==3.7.1 # Keep this version consistent with the model version in .jenkins/build.sh
40+
# Pin protobuf: ray[serve]==2.55.0 uses FieldDescriptor.label, removed in protobuf>=6.
41+
protobuf<6
3842
ray[serve,train,tune]==2.55.0
3943
tiktoken
4044
tensorboard

0 commit comments

Comments
 (0)