Skip to content

Commit

Permalink
Temporarily use git for qasm3 import
Browse files Browse the repository at this point in the history
In Qiskit/qiskit-qasm3-import#34 the issue we're hitting caused by
qiskit-qasm3-import using the private circuit attributes removed in this
PR was fixed. This commit temporarily moves to installing it from git so
we can fully run CI. When qiskit-qasm3-import is released we should
revert this commit.
  • Loading branch information
mtreinish committed Jun 5, 2024
1 parent 39be17b commit 142d71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ seaborn>=0.9.0

# Functionality and accelerators.
qiskit-aer
qiskit-qasm3-import
qiskit-qasm3-import @ git+https://github.com/Qiskit/qiskit-qasm3-import
python-constraint>=1.4
cvxpy
scikit-learn>=0.20.0
Expand Down

0 comments on commit 142d71b

Please sign in to comment.