Skip to content

Commit

Permalink
Bump cvxpy from 1.2.3 to 1.3.0 (#101)
Browse files Browse the repository at this point in the history
Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.2.3 to 1.3.0.
- [Release notes](https://github.com/cvxpy/cvxpy/releases)
- [Commits](cvxpy/cvxpy@v1.2.3...v1.3.0)

---
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] committed Feb 1, 2023
1 parent 05b0482 commit 607607a
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 @@ -7,7 +7,7 @@ seaborn
scikit-learn
joblib
pandas
cvxpy==1.2.3
cvxpy==1.3.0
git+https://github.com/Qiskit/qiskit-machine-learning#egg=qiskit_machine_learning
qiskit-ibmq-provider==0.20.0
qiskit-optimization==0.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann
git+https://github.com/Qiskit/qiskit-machine-learning#egg=qiskit_machine_learning
qiskit-ibmq-provider==0.20.0
qiskit-optimization==0.4.0
cvxpy==1.2.3
cvxpy==1.3.0
docplex>=2.21.207
firebase_admin==6.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'qiskit_machine_learning==0.5.0',
'qiskit-ibmq-provider==0.20.0',
'qiskit-optimization==0.4.0',
'cvxpy==1.2.3',
'cvxpy==1.3.0',
'scipy==1.7.3',
'docplex>=2.21.207',
'firebase_admin==6.0.1',
Expand Down

0 comments on commit 607607a

Please sign in to comment.