Skip to content

Commit 45b599e

Browse files
committed
update install
1 parent 9e9b2e7 commit 45b599e

File tree

4 files changed

+3
-51
lines changed

4 files changed

+3
-51
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ deploy:
7979
edge: true
8080
access_key_id: AKIAJB7S6NJ5OM5MAAGA
8181
secret_access_key: ${S3_SECRET_ACCESS_KEY}
82-
bucket: pytorch-scatter
82+
bucket: pytorch-geometric.com
8383
local_dir: dist/torch-${TORCH_VERSION}
8484
upload_dir: whl/torch-${TORCH_VERSION}
8585
acl: public_read

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ All included operations are broadcastable, work on varying data types, are imple
4040

4141
### Binaries
4242

43-
We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](http://pytorch-scatter.s3-website.eu-central-1.amazonaws.com/whl).
43+
We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/index.html).
4444
To install from binaries, simply run
4545

4646
```
47-
pip install torch-scatter==latest+${CUDA} -f http://pytorch-scatter.s3-website.eu-central-1.amazonaws.com/whl/torch-1.4.0.html --trusted-host pytorch-scatter.s3-website.eu-central-1.amazonaws.com
47+
pip install torch-scatter==latest+${CUDA} -f https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.4.0.html
4848
```
4949

5050
where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu100` or `cu101` depending on your PyTorch installation.

script/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

script/wheel.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)