Skip to content

Commit 36459f2

Browse files
authored
Merge pull request #134 from rahulnair23/master
Specify CVXPY version to use '*' for matrix multiplication
2 parents f94807e + dd49e88 commit 36459f2

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
@@ -21,7 +21,7 @@
2121
'scikit-learn>=0.21.2',
2222
'torch',
2323
'torchvision',
24-
'cvxpy',
24+
'cvxpy==1.0.31',
2525
'cvxopt',
2626
'Image',
2727
'tensorflow==1.14',

0 commit comments

Comments
 (0)