Skip to content

Commit

Permalink
Merge branch 'develop' into add_Aug_DiskCachedDataset
Browse files Browse the repository at this point in the history
  • Loading branch information
biphasic committed May 15, 2024
2 parents 97622dd + 5a20a54 commit fdb6dc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2022]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- if: matrix.os == 'ubuntu-latest'
Expand All @@ -21,7 +21,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install requirements
run: |
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
pip install -r test/requirements.txt
pip install -r test/torch_requirements.txt
pip install .
Expand All @@ -43,7 +42,6 @@ jobs:
python-version: 3.9
- name: Generate coverage report
run: |
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
pip install -r test/requirements.txt
pip install -r test/torch_requirements.txt
pip install .
Expand All @@ -65,8 +63,8 @@ jobs:
python-version: 3.9
- name: Install dependencies
run: |
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
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 fdb6dc9

Please sign in to comment.