Skip to content

Commit

Permalink
update pennylane version
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jan 16, 2024
1 parent ddda21a commit 52cff79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 pennylane==0.32 pennylane-lightning==0.32
pip install 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
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ deps =
qiskit-qrack-provider
pandas
tweedledum
pennylane==0.32
pennylane-lightning==0.32
pennylane==0.33.1
pennylane-lightning==0.33.1

commands =
python -I -m build --wheel -C=--build-option=-- -C=--build-option=-- -C=--build-option=-j4
Expand Down
4 changes: 2 additions & 2 deletions tox_no_tweedledum.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ deps =
pyqrack
qiskit-qrack-provider
pandas
pennylane==0.32
pennylane-lightning==0.32
pennylane==0.33.1
pennylane-lightning==0.33.1

; tweedledum

Expand Down

0 comments on commit 52cff79

Please sign in to comment.