Skip to content

Commit

Permalink
Add note reminding to pull changes to requirements.txt into inner-sou…
Browse files Browse the repository at this point in the history
…rce (Qiskit#1321)

The inner-source repo uses this requirements file too, but we pin to a
commit to avoid unintentionally breaking CI. This note reminds
maintainers to update the commit in the inner-source repo after they
update this file.
  • Loading branch information
frankharkins authored May 8, 2024
1 parent ff986fa commit df217ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/nb-tester/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# We pin to exact versions for a more reproducible and
# stable build.
# stable build. Make sure to update the commit hash in
# the inner-source repo after updating this file.

qiskit[all]~=1.0
qiskit-aer~=0.14.0.1
qiskit-ibm-runtime~=0.23.0
Expand Down

0 comments on commit df217ec

Please sign in to comment.