Skip to content

Commit 6e7d051

Browse files
committed
Add opt-einsum dependency
1 parent 5221159 commit 6e7d051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
]
1414
requires-python = ">=3.10"
1515
dependencies = [
16-
"torch>=2.0.0",
16+
"torch[opt-einsum]>=2.0.0",
1717
"quadprog>=0.1.9, != 0.1.10", # Doesn't work before 0.1.9, 0.1.10 is yanked
1818
"numpy>=1.21.0", # Does not work before 1.21
1919
"qpsolvers>=1.0.1", # Does not work before 1.0.1

0 commit comments

Comments
 (0)