Skip to content

Commit 2fc1eac

Browse files
author
Le
committed
downgrade torch to 2.7.1 to avoid cluster docker job get user id issue; remove pathos to avoid conflict with lerobot
1 parent 5c9c344 commit 2fc1eac

2 files changed

Lines changed: 51 additions & 103 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"matplotlib==3.10.1",
3232
"numpy==1.26",
3333
"opencv-python==4.11.0.86",
34-
"pathos==0.3.3",
34+
# "pathos==0.3.4", pathos removed due to conflict with lerobot (from openpi)
3535
"pillow>=8",
3636
"pre-commit==3.6.2",
3737
"protobuf>=6.31.1",
@@ -44,9 +44,9 @@ dependencies = [
4444
"rectangle-packer==2.0.4",
4545
"tensorboard==2.19.0",
4646
"threadpoolctl==3.6.0",
47-
"torch==2.8.0+cu128",
47+
"torch==2.7.1+cu128",
4848
"torchtext==0.18.0",
49-
"torchvision==0.23.0+cu128",
49+
"torchvision==0.22.1+cu128",
5050
"wheel",
5151
"yapf==0.43.0",
5252
]

0 commit comments

Comments
 (0)