Skip to content

Commit

Permalink
Docs 0p8 clean (#857)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Oscar <[email protected]>
3 people authored Nov 18, 2024
1 parent 2f7e19c commit d557bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d557bb3

Please sign in to comment.