Skip to content

Commit

Permalink
Merge pull request #59 from ProvideQ/fix/qiskit-maxcut-deprecation
Browse files Browse the repository at this point in the history
fix: downgrade qiskit-optimization due to breaking change
  • Loading branch information
Elscrux authored Nov 14, 2023
2 parents 28ab2f7 + a123e9d commit 15766bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qiskit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# supported by ProvideQ

# required for Qiskit MaxCut solver
numpy
pygmlparser
qiskit == 0.44.*
qiskit_optimization
qiskit-aer
numpy == 1.26.*
pygmlparser == 1.0.*
qiskit == 0.45.*
qiskit-optimization == 0.5.*
qiskit-aer == 0.13.*

0 comments on commit 15766bd

Please sign in to comment.