Skip to content

Commit

Permalink
requirements: Fix Python and Torch version (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 authored Sep 19, 2023
1 parent a5af779 commit 6d187cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
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 6d187cf

Please sign in to comment.