Skip to content

Commit

Permalink
doc: Fix Python and Torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Sep 19, 2023
1 parent a5af779 commit a42f49c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
name: publish-docs
on:
push:
branches: [main]
branches: [main, fix/doc]
workflow_dispatch:
jobs:
deploy:
name: Deploy documentation
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: "3.11"
- uses: mattnotmitt/doxygen-action@v1
with:
working-directory: sw/
Expand Down
2 changes: 1 addition & 1 deletion sw/dnn/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# SPDX-License-Identifier: Apache-2.0

numpy
torch==1.8
torch>=1.8
hjson

0 comments on commit a42f49c

Please sign in to comment.