Skip to content

Commit

Permalink
py 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 18, 2021
1 parent 679bf7e commit a11df84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.9]
python-version: [3.8]
torch-version: [1.9.0]

steps:
Expand Down Expand Up @@ -43,6 +43,8 @@ jobs:
run: |
pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-${{ matrix.torch-version }}+cpu.html
pip install torch-sparse -f https://pytorch-geometric.com/whl/torch-${{ matrix.torch-version }}+cpu.html
pip install sphinx
pip install sphinx_rtd_theme
- name: Install main package
run: |
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy
https://download.pytorch.org/whl/cpu/torch-1.9.0%2Bcpu-cp39-cp39m-linux_x86_64.whl
https://pytorch-geometric.com/whl/torch-1.9.0%2Bcpu/torch_scatter-2.0.7-cp39-cp39m-linux_x86_64.whl
https://pytorch-geometric.com/whl/torch-1.9.0%2Bcpu/torch_sparse-0.6.10-cp39-cp39m-linux_x86_64.whl
https://download.pytorch.org/whl/cpu/torch-1.9.0%2Bcpu-cp38-cp38m-linux_x86_64.whl
https://pytorch-geometric.com/whl/torch-1.9.0%2Bcpu/torch_scatter-2.0.7-cp38-cp38m-linux_x86_64.whl
https://pytorch-geometric.com/whl/torch-1.9.0%2Bcpu/torch_sparse-0.6.10-cp38-cp38m-linux_x86_64.whl
sphinx
sphinx_rtd_theme
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
image: latest

python:
version: 3.9
version: 3.8
system_packages: true
install:
- requirements: docs/requirements.txt
Expand Down

0 comments on commit a11df84

Please sign in to comment.