Skip to content

Commit 9bc1bab

Browse files
author
Kiuk Chung
committed
[torchx][CI] Unpin torch, torchvision, torchxtext to fix breaking unittests due to incompatible version of torchvision/text and torch
1 parent 1d26b39 commit 9bc1bab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ pytorch-lightning==2.5.0
1919
tensorboard==2.14.0
2020
sagemaker==2.230.0
2121
torch-model-archiver>=0.4.2
22-
torch>=2.7.0
22+
torch
2323
torchmetrics==1.6.3
2424
torchserve>=0.10.0
25-
torchtext==0.18.0
26-
torchvision==0.23.0
25+
torchtext
26+
torchvision
2727
typing-extensions
2828
ts==0.5.1
2929
wheel

0 commit comments

Comments
 (0)