Skip to content

Commit 3fa64cf

Browse files
committed
install correct scatter version
1 parent 1ae404f commit 3fa64cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ install:
102102
- source activate test
103103
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
104104
- 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
105+
- pip install torch-scatter==latest+${IDX} -f https://pytorch-geometric.com/whl/torch-${TORCH_VERSION}.html
106106
- pip install flake8 codecov
107107
- pip install scipy==1.4.1
108108
- source script/install.sh

0 commit comments

Comments
 (0)