From a4fbca5aaccb3f943c252a98d3daba783cf501b0 Mon Sep 17 00:00:00 2001 From: "M. Emre Sahin" <40424147+OkuyanBoga@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:04:35 +0000 Subject: [PATCH] Update deploy-docs.yml - Updated Python version from 3.9 to 3.10. - Removed version constraint on torchvision. - Removed Numpy version constraint. --- .github/workflows/deploy-docs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 9f6c7a310..bbc13bbe4 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,9 +36,8 @@ 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 - pip install -I numpy==1.26.4 shell: bash - name: Build docs env: