Skip to content

Commit b0749d1

Browse files
authored
Merge pull request #146 from fabianlim/fix/cvxpy
Minor Upgrade to CVXPY to avoid possible 2to3 Error
2 parents e06d186 + fb98029 commit b0749d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
'scikit-learn>=0.21.2',
2222
'torch',
2323
'torchvision',
24-
'cvxpy==1.0.31',
24+
'cvxpy==1.1.0',
2525
'cvxopt',
2626
'Image',
2727
'tensorflow==1.14',
28-
'h5py<3.0.0',
28+
'h5py<3.0.0',
2929
'keras==2.3.1',
3030
'matplotlib',
3131
'numpy',
@@ -35,9 +35,9 @@
3535
'scikit-image',
3636
'requests',
3737
'xgboost==1.1.0',
38-
'bleach>=2.1.0',
39-
'docutils>=0.13.1',
40-
'Pygments',
38+
'bleach>=2.1.0',
39+
'docutils>=0.13.1',
40+
'Pygments',
4141
'qpsolvers',
4242
'lime==0.1.1.37',
4343
'shap==0.34.0'

0 commit comments

Comments
 (0)