Skip to content

Commit

Permalink
Bump cvxpy from 1.3.2 to 1.4.1 (#200)
Browse files Browse the repository at this point in the history
Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.3.2 to 1.4.1.
- [Release notes](https://github.com/cvxpy/cvxpy/releases)
- [Commits](cvxpy/cvxpy@v1.3.2...v1.4.1)

---
updated-dependencies:
- dependency-name: cvxpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent f77aaf6 commit fb5c5d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ seaborn>=0.12.1
scikit-learn
joblib
pandas
cvxpy==1.3.2
cvxpy==1.4.1
qiskit_machine_learning==0.6.1
qiskit-ibm-provider==0.7.0
qiskit-optimization==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ qiskit_machine_learning==0.6.1
qiskit-ibm-provider==0.7.0
qiskit-optimization==0.5.0
qiskit-aer==0.12.2
cvxpy==1.3.2
cvxpy==1.4.1
docplex>=2.21.207
firebase_admin==6.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'qiskit-ibm-provider==0.7.0',
'qiskit-optimization==0.5.0',
'qiskit-aer==0.12.2',
'cvxpy==1.3.2',
'cvxpy==1.4.1',
'scipy==1.11.3',
'docplex>=2.21.207',
'firebase_admin==6.2.0',
Expand Down

0 comments on commit fb5c5d2

Please sign in to comment.