Skip to content

Commit 4df18de

Browse files
AdilZouitineimstevenpmworkaliberts
authored
fix(ci): Pin draccus (<0.10.0) and torch (<2.7) to fix pipeline (#1022)
Co-authored-by: imstevenpmwork <[email protected]> Co-authored-by: Simon Alibert <[email protected]>
1 parent 8dc69c6 commit 4df18de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
"datasets>=2.19.0",
5050
"deepdiff>=7.0.1",
5151
"diffusers>=0.27.2",
52-
"draccus>=0.10.0",
52+
"draccus==0.10.0",
5353
"einops>=0.8.0",
5454
"flask>=3.0.3",
5555
"gdown>=5.1.0",
@@ -68,7 +68,7 @@ dependencies = [
6868
"pyzmq>=26.2.1",
6969
"rerun-sdk>=0.21.0",
7070
"termcolor>=2.4.0",
71-
"torch>=2.2.1",
71+
"torch>=2.2.1,<2.7",
7272
"torchcodec>=0.2.1; sys_platform != 'win32' and (sys_platform != 'linux' or (platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')) and (sys_platform != 'darwin' or platform_machine != 'x86_64')",
7373
"torchvision>=0.21.0",
7474
"wandb>=0.16.3",

0 commit comments

Comments
 (0)