Skip to content

Commit

Permalink
Fix qiskit-main tox environment
Browse files Browse the repository at this point in the history
* Install `qiskit` package as well as `qiskit-terra` package from
  upstream Qiskit repo.
* Remove upper bound on Qiskit version since the version provided by the
  upstream repo exceeds this bound. The bound can be restored in a
release branch prior to release.
  • Loading branch information
wshanks committed Nov 17, 2023
1 parent 8f87c20 commit a91d9e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy>=1.17
scipy>=1.4
qiskit>=0.44,<1.0
qiskit>=0.44
qiskit-ibm-experiment>=0.3.4
matplotlib>=3.4
uncertainties
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ setenv =
QISKIT_TEST_CAPTURE_STREAMS=1
deps =
git+https://github.com/Qiskit/qiskit
git+https://github.com/Qiskit/qiskit#subdirectory=qiskit_pkg
-r{toxinidir}/requirements-dev.txt
-r{toxinidir}/requirements-extras.txt
passenv =
Expand Down Expand Up @@ -115,6 +116,7 @@ passenv =
VERSION_STRING
deps =
git+https://github.com/Qiskit/qiskit
git+https://github.com/Qiskit/qiskit#subdirectory=qiskit_pkg
-r{toxinidir}/requirements-dev.txt
-r{toxinidir}/requirements-extras.txt
commands =
Expand Down

0 comments on commit a91d9e2

Please sign in to comment.