We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf54712 commit 24e77b9Copy full SHA for 24e77b9
.github/workflows/docs.yaml
@@ -17,8 +17,9 @@ jobs:
17
python-version: '3.11'
18
- name: Install dependencies
19
run: |
20
- pip install attrs>=23.1.0
+ pip install jsonschema<4.18.0
21
pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb referencing
22
+ pip uninstall referencing
23
pip install pennylane==0.33.1 pennylane-lightning==0.33.1
24
pip install sympy qiskit[visualization] qiskit-aer matplotlib pylatexenc cirq pyqubo
25
python setup.py install
0 commit comments