We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5221159 commit 6e7d051Copy full SHA for 6e7d051
pyproject.toml
@@ -13,7 +13,7 @@ authors = [
13
]
14
requires-python = ">=3.10"
15
dependencies = [
16
- "torch>=2.0.0",
+ "torch[opt-einsum]>=2.0.0",
17
"quadprog>=0.1.9, != 0.1.10", # Doesn't work before 0.1.9, 0.1.10 is yanked
18
"numpy>=1.21.0", # Does not work before 1.21
19
"qpsolvers>=1.0.1", # Does not work before 1.0.1
0 commit comments