Skip to content

Commit

Permalink
Merge pull request #146 from fabianlim/fix/cvxpy
Browse files Browse the repository at this point in the history
Minor Upgrade to CVXPY to avoid possible 2to3 Error
  • Loading branch information
vijay-arya authored Jun 23, 2022
2 parents e06d186 + fb98029 commit b0749d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
'scikit-learn>=0.21.2',
'torch',
'torchvision',
'cvxpy==1.0.31',
'cvxpy==1.1.0',
'cvxopt',
'Image',
'tensorflow==1.14',
'h5py<3.0.0',
'h5py<3.0.0',
'keras==2.3.1',
'matplotlib',
'numpy',
Expand All @@ -35,9 +35,9 @@
'scikit-image',
'requests',
'xgboost==1.1.0',
'bleach>=2.1.0',
'docutils>=0.13.1',
'Pygments',
'bleach>=2.1.0',
'docutils>=0.13.1',
'Pygments',
'qpsolvers',
'lime==0.1.1.37',
'shap==0.34.0'
Expand Down

0 comments on commit b0749d1

Please sign in to comment.