Skip to content

Commit

Permalink
Add version constraints for torchvision and lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Feb 2, 2024
1 parent 456696d commit 42a4c94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,11 @@ jobs:
pip install --progress-bar off .[optional]
pip install --progress-bar off .[integration]
pip install "distributed<2023.3.2"
# TODO(nabenabe0928): Remove the version constraint on Torch.
pip install "torch<2.2.0"
pip install "torchvision<0.17.0"
pip install "lightning<2.1.4"
- name: Output installed packages
run: |
Expand Down

0 comments on commit 42a4c94

Please sign in to comment.