Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |
pip install sphinx==7.2.6 sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb
pip install "jsonschema<4.18.0"
pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb referencing
pip uninstall -y referencing
pip install pennylane==0.33.1 pennylane-lightning==0.33.1
pip install sympy qiskit[visualization] qiskit-aer matplotlib pylatexenc cirq pyqubo
python setup.py install
Expand Down