From 1202a9b71ff2e873be158cb78744b544447caf96 Mon Sep 17 00:00:00 2001 From: "Davide Gessa (dakk)" Date: Mon, 3 Jun 2024 09:38:52 +0200 Subject: [PATCH] pin docs packges versions --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c1f8aa7e..a56386ee 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -17,7 +17,7 @@ jobs: python-version: '3.11' - name: Install dependencies run: | - pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb + 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 pennylane==0.33.1 pennylane-lightning==0.33.1 pip install sympy qiskit[visualization] qiskit-aer matplotlib pylatexenc cirq pyqubo python setup.py install