Skip to content

Commit 883500d

Browse files
committed
pyproject.toml: Add a dependency on torch==2.3
This is the version that the release/0.2 version of executorch depends on. We should not pick this back into main.
1 parent 2a89416 commit 883500d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ dependencies=[
6161
"ruamel.yaml",
6262
"sympy",
6363
"tabulate",
64+
"torch==2.3",
6465
]
6566

6667
[project.urls]

0 commit comments

Comments
 (0)