Skip to content

Commit

Permalink
fix torch install
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 20, 2020
1 parent 0d902fd commit 5f8ae7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
python: 3.7
install:
- pip install numpy
- pip install torch torchvision -f https://download.pytorch.org/whl/cpu/torch-1.5.0%2Bcpu-cp37-cp37m-linux_x86_64.whl
- pip install torch==1.5.0+cpu torchvision==0.6.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
- pip install torch-scatter==latest+cpu -f https://pytorch-geometric.com/whl/torch-1.5.0.html
- pip install torch-sparse==latest+cpu -f https://pytorch-geometric.com/whl/torch-1.5.0.html
- pip install torch-spline-conv==latest+cpu -f https://pytorch-geometric.com/whl/torch-1.5.0.html
Expand Down

0 comments on commit 5f8ae7a

Please sign in to comment.