Skip to content

Commit

Permalink
remove torchvision as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Nov 14, 2024
1 parent 86e7101 commit d3fe119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uv pip install --system --upgrade pip setuptools wheel
# mltool installs
# c.f. https://github.com/astral-sh/uv/issues/3437
python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu # torchaudio
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu # torchvision torchaudio
uv pip install --system xgboost
uv pip install --system 'tritonclient[grpc,http]!=2.41.0'
# install checked out coffea
Expand Down

0 comments on commit d3fe119

Please sign in to comment.