Skip to content

Commit

Permalink
use newer cluster version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 29, 2019
1 parent 9835dcf commit f5a1f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_install:
install:
- pip install numpy
- pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
- pip install torch-scatter torch-sparse torch-cluster torch-spline-conv
- pip install torch-scatter torch-sparse torch-cluster==1.4.3a1 torch-spline-conv
- pip install cython && pip install gdist
- pip install pycodestyle
- pip install flake8
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements_2.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torch-scatter
torch-sparse
torch-cluster
torch-cluster==1.4.3a1

0 comments on commit f5a1f89

Please sign in to comment.