Skip to content

Commit

Permalink
Fixing torchvision unresolved version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsitsi committed Aug 29, 2024
1 parent ad02df0 commit fba936c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
python-version: "3.9"
- ml-deps: "torch==2.1.0+cpu torchvision==0.16.0+cpu torchdata==0.7.0 tensorflow-cpu==2.13.0 numpy==1.24.3"
python-version: "3.9"
- ml-deps: "torch==2.3.1+cpu torchvision==0.19.0+cpu torchdata==0.8.0 tensorflow-cpu==2.13.0 numpy==1.24.3"
python-version: "3.12"
- ml-deps: "torch==2.3.1+cpu torchvision==0.18.1+cpu torchdata==0.8.0 tensorflow-cpu==2.13.0 'numpy<2'"
python-version: "3.9"

env:
run_coverage: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit fba936c

Please sign in to comment.