Skip to content

Commit

Permalink
Final CI package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsitsi committed Feb 21, 2025
1 parent 0f4ac7c commit 1d77dad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
matrix:
python-version: ["3.9"]
ml-deps:
- "torch==2.1.2+cpu torchvision==0.16.2+cpu torchdata==0.7.1 tensorflow-cpu==2.15.0 "
# - "torch==2.2.2+cpu torchvision==0.17.2+cpu torchdata==0.8.0 tensorflow-cpu==2.15.0 " 'torch.utils._import_utils'
- "torch==2.3.1+cpu torchvision==0.18.1+cpu torchdata==0.8.0 'tensorflow-cpu<2.16.0'"
- "torch==2.1.2+cpu torchvision==0.16.2+cpu torchdata==0.7.1 tensorflow-cpu==2.15.1 "
- "torch==2.3.1+cpu torchvision==0.18.1+cpu torchdata==0.8.0 'tensorflow-cpu==2.16.2'"
env:
run_coverage: ${{ github.ref == 'refs/heads/master' }}

Expand Down

0 comments on commit 1d77dad

Please sign in to comment.