Skip to content

Commit c4ea836

Browse files
committed
update travis
1 parent 23cef1f commit c4ea836

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ install:
6464
- source activate test
6565
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
6666
- source script/torch.sh
67-
- pip install torch-scatter==latest+${IDX} -f http://pytorch-scatter.s3-website.eu-central-1.amazonaws.com/whl/torch-${TORCH_VERSION}.html --trusted-host pytorch-scatter.s3-website.eu-central-1.amazonaws.com
67+
- pip install torch-scatter==latest+${IDX} -f https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.4.0.html
6868
- pip install flake8 codecov
6969
- python setup.py install
7070
script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu100` or `cu101` d
4242
|-------------|-------|--------|---------|---------|
4343
| **Linux** |||||
4444
| **Windows** |||||
45-
| **macOS** || | | |
45+
| **macOS** || | | |
4646

4747
### From source
4848

0 commit comments

Comments
 (0)