Commit 5fc07a56 authored by rusty1s's avatar rusty1s
Browse files

fix links

parent a8f246c5
...@@ -111,7 +111,7 @@ install: ...@@ -111,7 +111,7 @@ install:
- source activate test - source activate test
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes - conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
- source script/torch.sh - source script/torch.sh
- pip install torch-scatter==latest+${IDX} -f https://pytorch-geometric.com/whl/torch-${TORCH_VERSION}.html - pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-${TORCH_VERSION}+${IDX}.html
- pip install flake8 codecov - pip install flake8 codecov
- pip install scipy==1.4.1 - pip install scipy==1.4.1
- source script/install.sh - source script/install.sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment