Skip to content

Commit

Permalink
force attrs version on docs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jun 3, 2024
1 parent 1202a9b commit bf54712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
python-version: '3.11'
- name: Install dependencies
run: |
pip install sphinx==7.3.7 sphinx_rtd_theme==2.0.0 sphinx_rtd_dark_mode==1.3.0 myst_nb==1.1.0 referencing==0.31.1
pip install attrs>=23.1.0
pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb 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

0 comments on commit bf54712

Please sign in to comment.