Skip to content

Commit

Permalink
pin torchvision version to something compatible with torch 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biphasic committed May 15, 2024
1 parent b81f886 commit 2fb1664
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
python-version: 3.9
- name: Install dependencies
run: |
pip install -r test/torch_requirements.txt
pip install -r docs/requirements.txt
pip install -r test/torch_requirements.txt
pip install .
- name: Build documentation
run: cd docs && make clean && make html # Use SPHINXOPTS="-W" to fail on warning.
Expand Down
2 changes: 0 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ sphinx-book-theme
sphinx-gallery
myst_nb
pbr
torchvision
ipywidgets
matplotlib
torchdata
sphinx-autoapi
1 change: 1 addition & 0 deletions test/torch_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
--index-url https://download.pytorch.org/whl/cpu
torch==2.1.0
torchaudio==2.1.0
torchvision==0.16.0
torchdata

0 comments on commit 2fb1664

Please sign in to comment.