Skip to content

Commit

Permalink
Update deploy-docs.yml (#853)
Browse files Browse the repository at this point in the history
- Updated Python version from 3.9 to 3.10.
- Removed version constraint on torchvision.
- Removed Numpy version constraint.
  • Loading branch information
OkuyanBoga committed Nov 18, 2024
1 parent c5c53e7 commit 7436c90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 7436c90

Please sign in to comment.