Skip to content

Commit

Permalink
fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jan 26, 2024
1 parent 786df81 commit f87be2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb
pip install scipy==0.11.0 pennylane==0.33.1 pennylane-lightning==0.33.1
pip install scipy<=0.11.0 pennylane==0.33.1 pennylane-lightning==0.33.1
pip install sympy qiskit-terra qiskit-aer matplotlib pylatexenc cirq qutip qutip_qip
python setup.py install
- name: Sphinx build
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deps =
qiskit
qiskit-aer
cirq
scipy==1.11.0
scipy<=1.11.0
qutip
qutip_qip
pyqrack
Expand Down
2 changes: 1 addition & 1 deletion tox_no_tweedledum.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deps =
qiskit
qiskit-aer
cirq
scipy==1.11.0
scipy<=1.11.0
qutip
qutip_qip
pyqrack
Expand Down

0 comments on commit f87be2f

Please sign in to comment.