From d557bb3f18cdd48762488f767beff057ef339f34 Mon Sep 17 00:00:00 2001 From: Edoardo Altamura <38359901+edoaltamura@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:11:10 +0100 Subject: [PATCH] Docs 0p8 clean (#857) * Reducing numpy version for deploy-docs.yml to fix numpy 2.0 bug (#851) * Update deploy-docs.yml (#853) - Updated Python version from 3.9 to 3.10. - Removed version constraint on torchvision. - Removed Numpy version constraint. * Update deploy-docs.yml to '3.10' (#854) --------- Co-authored-by: M. Emre Sahin <40424147+OkuyanBoga@users.noreply.github.com> Co-authored-by: Oscar <108736468+oscar-wallis@users.noreply.github.com> --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index b26b9f8da..a133606d9 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9] + python-version: ['3.10'] steps: - uses: actions/checkout@v4 with: @@ -36,7 +36,7 @@ jobs: - uses: ./.github/actions/install-machine-learning - name: Install Dependencies run: | - pip install jupyter qiskit[visualization] 'torchvision<0.10.0' + pip install jupyter qiskit[visualization] torchvision sudo apt-get install -y pandoc graphviz shell: bash - name: Build docs