Skip to content

Commit

Permalink
removed torchvision
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 20, 2020
1 parent 5f8ae7a commit a25f897
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==1.5.0+cpu torchvision==0.6.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
- pip install torch==1.5.0+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 a25f897

Please sign in to comment.