We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae404f commit 3fa64cfCopy full SHA for 3fa64cf
.travis.yml
@@ -102,7 +102,7 @@ install:
102
- source activate test
103
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
104
- source script/torch.sh
105
- - pip install torch-scatter==latest+${IDX} -f https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.5.0.html
+ - pip install torch-scatter==latest+${IDX} -f https://pytorch-geometric.com/whl/torch-${TORCH_VERSION}.html
106
- pip install flake8 codecov
107
- pip install scipy==1.4.1
108
- source script/install.sh
0 commit comments