Skip to content

Commit fb98029

Browse files
committed
upgrade cvxpy version to 1.1.0
Signed-off-by: Yu Chin Fabian Lim <fabianlim@users.noreply.github.com>
1 parent e06d186 commit fb98029

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)