Skip to content

Commit 2c51eb6

Browse files
authored
Update setup.py quadprog for python 3.11
1 parent 4f4e56e commit 2c51eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_extra_requires(path, add_all=True):
7676
"torchvision",
7777
"torchmetrics",
7878
"gdown",
79-
"quadprog",
79+
"quadprog @ git+https://github.com/HKaras/quadprog.git@690081f3285d4eb554394209473a274f230cd9ba",
8080
"dill",
8181
"packaging",
8282
],

0 commit comments

Comments
 (0)